Html Css Color HEX #BB5A08 Tenne (Tawny)

📋 copy color: '#BB5A08'

red 187 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #BB5A08

Tints of Tenne (Tawny) #BB5A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 65.61%
G = 31.58%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB5A08 (or 0xBB5A08) is known color: Tenne (Tawny). HEX triplet: BB, 5A and 08. RGB value is (187,90,8). Sum of RGB (Red+Green+Blue) = 187+90+8=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A08 is #44A5F7. Grayscale: #6E6E6E. Windows color (decimal): -4498936 or 547515. OLE color: 547515.

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

Color convert

RGB 187 90 8 -
CMYK 0 0.52 0.96 0.27
HSL 27.49º 0.92% 0.38% -
HSV(B) 27.49º 0.96% 0.73% -
XYZ 24.19 17.89 2.41 -
YUV 109.66 70.64 183.17 -
System Red Green Blue C M Y K H S L
Decimal 187 90 8 0 0.52 0.96 0.27 27.49 0.92 0.38
Hex BB 5A 8 0 34 60 1B 1B 5C 26
Octal 273 132 10 0 64 140 33 33 134 46
Binary 10111011 1011010 1000 0 110100 1100000 11011 11011 1011100 100110

Color Harmonies of #BB5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A08

Black with #BB5A08

Text Example


Text Example

White with #BB5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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