Html Css Color HEX #BB6408 Tenne (Tawny)

📋 copy color: '#BB6408'

red 187 ◦ green 100 ◦ blue 8

#BB6408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BB6408

Tints of Tenne (Tawny) #BB6408

RGB

 RED value IS 187 (73.44% from 255) = 63.39%

 GREEN value IS 100 (39.45% from 255) = 33.9%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 63.39%
G = 33.9%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB6408 (or 0xBB6408) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 08. RGB value is (187,100,8). Sum of RGB (Red+Green+Blue) = 187+100+8=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6408 is #449BF7. Grayscale: #737373. Windows color (decimal): -4496376 or 550075. OLE color: 550075.

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

Color convert

RGB 187 100 8 -
CMYK 0 0.47 0.96 0.27
HSL 30.84º 0.92% 0.38% -
HSV(B) 30.84º 0.96% 0.73% -
XYZ 25.09 19.7 2.71 -
YUV 115.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 187 100 8 0 0.47 0.96 0.27 30.84 0.92 0.38
Hex BB 64 8 0 2F 60 1B 1F 5C 26
Octal 273 144 10 0 57 140 33 37 134 46
Binary 10111011 1100100 1000 0 101111 1100000 11011 11111 1011100 100110

Color Harmonies of #BB6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6408

Black with #BB6408

Text Example


Text Example

White with #BB6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6408; }

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

 H1.HeaderClassName
 {
   color: #BB6408;
 }
 .AnyTagClassName
 {
   color: #BB6408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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