Html Css Color HEX #BB6708 Tenne (Tawny)

📋 copy color: '#BB6708'

red 187 ◦ green 103 ◦ blue 8

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

Shades of Tenne (Tawny) #BB6708

Tints of Tenne (Tawny) #BB6708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 62.75%
G = 34.56%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB6708 (or 0xBB6708) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 08. RGB value is (187,103,8). Sum of RGB (Red+Green+Blue) = 187+103+8=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6708 is #4498F7. Grayscale: #757575. Windows color (decimal): -4495608 or 550843. OLE color: 550843.

HSL color Cylindrical-coordinate representation of color #BB6708: hue angle of 31.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 #BB6708 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 8 -
CMYK 0 0.45 0.96 0.27
HSL 31.84º 0.92% 0.38% -
HSV(B) 31.84º 0.96% 0.73% -
XYZ 25.39 20.28 2.81 -
YUV 117.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 187 103 8 0 0.45 0.96 0.27 31.84 0.92 0.38
Hex BB 67 8 0 2D 60 1B 20 5C 26
Octal 273 147 10 0 55 140 33 40 134 46
Binary 10111011 1100111 1000 0 101101 1100000 11011 100000 1011100 100110

Color Harmonies of #BB6708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6708

Black with #BB6708

Text Example


Text Example

White with #BB6708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6708; }

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

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

background-color css

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

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

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

border-color css

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

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

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