Html Css Color HEX #BB5D0A Tenne (Tawny)

📋 copy color: '#BB5D0A'

red 187 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #BB5D0A

Tints of Tenne (Tawny) #BB5D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 64.48%
G = 32.07%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB5D0A (or 0xBB5D0A) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 0A. RGB value is (187,93,10). Sum of RGB (Red+Green+Blue) = 187+93+10=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D0A is #44A2F5. Grayscale: #707070. Windows color (decimal): -4498166 or 679355. OLE color: 679355.

HSL color Cylindrical-coordinate representation of color #BB5D0A: hue angle of 28.14º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB5D0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 10 -
CMYK 0 0.50 0.95 0.27
HSL 28.14º 0.9% 0.39% -
HSV(B) 28.14º 0.95% 0.73% -
XYZ 24.46 18.42 2.55 -
YUV 111.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 187 93 10 0 0.50 0.95 0.27 28.14 0.9 0.39
Hex BB 5D A 0 32 5F 1B 1C 5A 27
Octal 273 135 12 0 62 137 33 34 132 47
Binary 10111011 1011101 1010 0 110010 1011111 11011 11100 1011010 100111

Color Harmonies of #BB5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D0A

Black with #BB5D0A

Text Example


Text Example

White with #BB5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D0A; }

 p { color: rgb(187,93,10); }

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

background-color css

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

 a { background-color: rgb(187,93,10); }

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

border-color css

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

 span { border-color: rgb(187,93,10); }

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