Html Css Color HEX #BB6508 Tenne (Tawny)

📋 copy color: '#BB6508'

red 187 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #BB6508

Tints of Tenne (Tawny) #BB6508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 63.18%
G = 34.12%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB6508 (or 0xBB6508) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 08. RGB value is (187,101,8). Sum of RGB (Red+Green+Blue) = 187+101+8=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6508 is #449AF7. Grayscale: #747474. Windows color (decimal): -4496120 or 550331. OLE color: 550331.

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

Color convert

RGB 187 101 8 -
CMYK 0 0.46 0.96 0.27
HSL 31.17º 0.92% 0.38% -
HSV(B) 31.17º 0.96% 0.73% -
XYZ 25.19 19.89 2.74 -
YUV 116.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 187 101 8 0 0.46 0.96 0.27 31.17 0.92 0.38
Hex BB 65 8 0 2E 60 1B 1F 5C 26
Octal 273 145 10 0 56 140 33 37 134 46
Binary 10111011 1100101 1000 0 101110 1100000 11011 11111 1011100 100110

Color Harmonies of #BB6508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6508

Black with #BB6508

Text Example


Text Example

White with #BB6508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6508; }

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

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

background-color css

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

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

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

border-color css

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

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

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