#BB6402

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

Shades of Tenne (Tawny) #BB6402

Tints of Tenne (Tawny) #BB6402

Color information

#BB6402 (or 0xBB6402) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 64 and 02. RGB value is (187,100,2). Sum of RGB (Red+Green+Blue) = 187+100+2=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6402 is #449BFD. Grayscale: #737373. Windows color (decimal): -4496382 or 156859. OLE color: 156859.

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

Color convert

RGB1871002-
CMYK00.470.990.27
HSL31.78º97.88%37.06%-
HSV(B)31.78º98.93%73.33%-
XYZ25.0619.682.54-
YUV114.8464.32179.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=64.71%
G=34.60%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187100200.470.990.2731.7897.8837.06
HexBB64202F631B206225
Octal2731442057143334014245
Binary1011101111001001001011111100011110111000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6402; }

 p { color: rgb(187,100,2); }

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

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

 a { background-color: rgb(187,100,2); }

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

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

 span { border-color: rgb(187,100,2); }

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