#B65C2B

Color #B65C2B Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B65C2B

Tints of Fiery Orange #B65C2B

Color information

#B65C2B (or 0xB65C2B) is unknown color: approx Fiery Orange. HEX triplet: B6, 5C and 2B. RGB value is (182,92,43). Sum of RGB (Red+Green+Blue) = 182+92+43=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C2B is #49A3D4. Grayscale: #717171. Windows color (decimal): -4826069 or 2841782. OLE color: 2841782.

HSL color Cylindrical-coordinate representation of color #B65C2B: hue angle of 21.15º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B65C2B is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1829243-
CMYK00.490.760.29
HSL21.15º61.78%44.12%-
HSV(B)21.15º76.37%71.37%-
XYZ23.5517.774.47-
YUV113.3288.32176.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=57.41%
G=29.02%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182924300.490.760.2921.1561.7844.12
HexB65C2B0314C1D153e2c
Octal2661345306111435257654
Binary101101101011100101011011000110011001110110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C2B; }

 p { color: rgb(182,92,43); }

 H1.HeaderClassName
 {
   color: #B65C2B;
 }
 .AnyTagClassName
 {
   color: #B65C2B;
 }
</style>
background-color css

<style>
 a { background-color: #B65C2B; }

 a { background-color: rgb(182,92,43); }

 div.DivClassName
 {
   background-color: #B65C2B;
 }
 .BgClassName
 {
   background-color: #B65C2B;
 }
</style>
border-color css

<style>
 span { border-color: #B65C2B; }

 span { border-color: rgb(182,92,43); }

 td.TdClassName
 {
   border-color: #B65C2B;
 }
 .TagClassName
 {
   border-color: #B65C2B;
 }
</style>