Html Css Color HEX #BB5A14 Tenne (Tawny)

📋 copy color: '#BB5A14'

red 187 ◦ green 90 ◦ blue 20

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

Shades of Tenne (Tawny) #BB5A14

Tints of Tenne (Tawny) #BB5A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 62.96%
G = 30.3%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5A14 (or 0xBB5A14) is known color: Tenne (Tawny). HEX triplet: BB, 5A and 14. RGB value is (187,90,20). Sum of RGB (Red+Green+Blue) = 187+90+20=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A14 is #44A5EB. Grayscale: #6F6F6F. Windows color (decimal): -4498924 or 1333947. OLE color: 1333947.

HSL color Cylindrical-coordinate representation of color #BB5A14: hue angle of 25.15º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5A14 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 20 -
CMYK 0 0.52 0.89 0.27
HSL 25.15º 0.81% 0.41% -
HSV(B) 25.15º 0.89% 0.73% -
XYZ 24.28 17.93 2.84 -
YUV 111.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 187 90 20 0 0.52 0.89 0.27 25.15 0.81 0.41
Hex BB 5A 14 0 34 59 1B 19 51 29
Octal 273 132 24 0 64 131 33 31 121 51
Binary 10111011 1011010 10100 0 110100 1011001 11011 11001 1010001 101001

Color Harmonies of #BB5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A14

Black with #BB5A14

Text Example


Text Example

White with #BB5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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