#BB6204

Color #BB6204 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BB6204

Tints of Tenne (Tawny) #BB6204

Color information

#BB6204 (or 0xBB6204) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 62 and 04. RGB value is (187,98,4). Sum of RGB (Red+Green+Blue) = 187+98+4=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6204 is #449DFB. Grayscale: #727272. Windows color (decimal): -4496892 or 287419. OLE color: 287419.

HSL color Cylindrical-coordinate representation of color #BB6204: hue angle of 30.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB6204 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB187984-
CMYK00.480.980.27
HSL30.82º95.81%37.45%-
HSV(B)30.82º97.86%73.33%-
XYZ24.8819.312.53-
YUV113.965.99180.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=64.71%
G=33.91%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18798400.480.980.2730.8295.8137.45
HexBB624030621B1f6025
Octal2731424060142333714045
Binary1011101111000101000110000110001011011111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6204; }

 p { color: rgb(187,98,4); }

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

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

 a { background-color: rgb(187,98,4); }

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

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

 span { border-color: rgb(187,98,4); }

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