Html Css Color HEX #BB5E11 Tenne (Tawny)

📋 copy color: '#BB5E11'

red 187 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #BB5E11

Tints of Tenne (Tawny) #BB5E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 62.75%
G = 31.54%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5E11 (or 0xBB5E11) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 11. RGB value is (187,94,17). Sum of RGB (Red+Green+Blue) = 187+94+17=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E11 is #44A1EE. Grayscale: #717171. Windows color (decimal): -4497903 or 1138363. OLE color: 1138363.

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

Color convert

RGB 187 94 17 -
CMYK 0 0.50 0.91 0.27
HSL 27.18º 0.83% 0.4% -
HSV(B) 27.18º 0.91% 0.73% -
XYZ 24.6 18.61 2.83 -
YUV 113.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 187 94 17 0 0.50 0.91 0.27 27.18 0.83 0.4
Hex BB 5E 11 0 32 5B 1B 1B 53 28
Octal 273 136 21 0 62 133 33 33 123 50
Binary 10111011 1011110 10001 0 110010 1011011 11011 11011 1010011 101000

Color Harmonies of #BB5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E11

Black with #BB5E11

Text Example


Text Example

White with #BB5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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