Html Css Color HEX #BB5E10 Tenne (Tawny)

📋 copy color: '#BB5E10'

red 187 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #BB5E10

Tints of Tenne (Tawny) #BB5E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 62.96%
G = 31.65%
B = 5.39%

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

#BB5E10 (or 0xBB5E10) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 10. RGB value is (187,94,16). Sum of RGB (Red+Green+Blue) = 187+94+16=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E10 is #44A1EF. Grayscale: #717171. Windows color (decimal): -4497904 or 1072827. OLE color: 1072827.

HSL color Cylindrical-coordinate representation of color #BB5E10: hue angle of 27.37º degrees, saturation: 0.84, 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 #BB5E10 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 16 -
CMYK 0 0.50 0.91 0.27
HSL 27.37º 0.84% 0.4% -
HSV(B) 27.37º 0.91% 0.73% -
XYZ 24.59 18.61 2.79 -
YUV 112.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 187 94 16 0 0.50 0.91 0.27 27.37 0.84 0.4
Hex BB 5E 10 0 32 5B 1B 1B 54 28
Octal 273 136 20 0 62 133 33 33 124 50
Binary 10111011 1011110 10000 0 110010 1011011 11011 11011 1010100 101000

Color Harmonies of #BB5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E10

Black with #BB5E10

Text Example


Text Example

White with #BB5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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