#B6602C

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

Shades of Fiery Orange #B6602C

Tints of Fiery Orange #B6602C

Color information

#B6602C (or 0xB6602C) is unknown color: approx Fiery Orange. HEX triplet: B6, 60 and 2C. RGB value is (182,96,44). Sum of RGB (Red+Green+Blue) = 182+96+44=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6602C is #499FD3. Grayscale: #747474. Windows color (decimal): -4825044 or 2908342. OLE color: 2908342.

HSL color Cylindrical-coordinate representation of color #B6602C: hue angle of 22.61º degrees, saturation: 0.61, 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 #B6602C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1829644-
CMYK00.470.760.29
HSL22.61º61.06%44.31%-
HSV(B)22.61º75.82%71.37%-
XYZ23.9318.494.69-
YUV115.7987.49175.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=56.52%
G=29.81%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182964400.470.760.2922.6161.0644.31
HexB6602C02F4C1D173d2c
Octal2661405405711435277554
Binary101101101100000101100010111110011001110110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6602C; }

 p { color: rgb(182,96,44); }

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

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

 a { background-color: rgb(182,96,44); }

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

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

 span { border-color: rgb(182,96,44); }

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