Html Css Color HEX #BB5E08 Tenne (Tawny)

📋 copy color: '#BB5E08'

red 187 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #BB5E08

Tints of Tenne (Tawny) #BB5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

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

R = 64.71%
G = 32.53%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB5E08 (or 0xBB5E08) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 08. RGB value is (187,94,8). Sum of RGB (Red+Green+Blue) = 187+94+8=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E08 is #44A1F7. Grayscale: #707070. Windows color (decimal): -4497912 or 548539. OLE color: 548539.

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

Color convert

RGB 187 94 8 -
CMYK 0 0.50 0.96 0.27
HSL 28.83º 0.92% 0.38% -
HSV(B) 28.83º 0.96% 0.73% -
XYZ 24.54 18.59 2.52 -
YUV 112 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 187 94 8 0 0.50 0.96 0.27 28.83 0.92 0.38
Hex BB 5E 8 0 32 60 1B 1D 5C 26
Octal 273 136 10 0 62 140 33 35 134 46
Binary 10111011 1011110 1000 0 110010 1100000 11011 11101 1011100 100110

Color Harmonies of #BB5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E08

Black with #BB5E08

Text Example


Text Example

White with #BB5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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