Html Css Color HEX #BB6B08 Tenne (Tawny)

📋 copy color: '#BB6B08'

red 187 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #BB6B08

Tints of Tenne (Tawny) #BB6B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

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

R = 61.92%
G = 35.43%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB6B08 (or 0xBB6B08) is known color: Tenne (Tawny). HEX triplet: BB, 6B and 08. RGB value is (187,107,8). Sum of RGB (Red+Green+Blue) = 187+107+8=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B08 is #4494F7. Grayscale: #787878. Windows color (decimal): -4494584 or 551867. OLE color: 551867.

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

Color convert

RGB 187 107 8 -
CMYK 0 0.43 0.96 0.27
HSL 33.18º 0.92% 0.38% -
HSV(B) 33.18º 0.96% 0.73% -
XYZ 25.8 21.1 2.94 -
YUV 119.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 187 107 8 0 0.43 0.96 0.27 33.18 0.92 0.38
Hex BB 6B 8 0 2B 60 1B 21 5C 26
Octal 273 153 10 0 53 140 33 41 134 46
Binary 10111011 1101011 1000 0 101011 1100000 11011 100001 1011100 100110

Color Harmonies of #BB6B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B08

Black with #BB6B08

Text Example


Text Example

White with #BB6B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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