Html Css Color HEX #BB5E12 Tenne (Tawny)

📋 copy color: '#BB5E12'

red 187 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #BB5E12

Tints of Tenne (Tawny) #BB5E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 62.54%
G = 31.44%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB5E12 (or 0xBB5E12) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 12. RGB value is (187,94,18). Sum of RGB (Red+Green+Blue) = 187+94+18=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E12 is #44A1ED. Grayscale: #717171. Windows color (decimal): -4497902 or 1203899. OLE color: 1203899.

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

Color convert

RGB 187 94 18 -
CMYK 0 0.50 0.90 0.27
HSL 26.98º 0.82% 0.4% -
HSV(B) 26.98º 0.9% 0.73% -
XYZ 24.61 18.61 2.87 -
YUV 113.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 187 94 18 0 0.50 0.90 0.27 26.98 0.82 0.4
Hex BB 5E 12 0 32 5A 1B 1B 52 28
Octal 273 136 22 0 62 132 33 33 122 50
Binary 10111011 1011110 10010 0 110010 1011010 11011 11011 1010010 101000

Color Harmonies of #BB5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E12

Black with #BB5E12

Text Example


Text Example

White with #BB5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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