Html Css Color HEX #BB5E00 Tenne (Tawny)

📋 copy color: '#BB5E00'

red 187 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #BB5E00

Tints of Tenne (Tawny) #BB5E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.55%
G = 33.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB5E00 (or 0xBB5E00) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 00. RGB value is (187,94,0). Sum of RGB (Red+Green+Blue) = 187+94+0=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E00 is #44A1FF. Grayscale: #6F6F6F. Windows color (decimal): -4497920 or 24251. OLE color: 24251.

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

Color convert

RGB 187 94 0 -
CMYK 0 0.50 1 0.27
HSL 30.16º 1% 0.37% -
HSV(B) 30.16º 1% 0.73% -
XYZ 24.5 18.57 2.29 -
YUV 111.09 65.31 182.14 -
System Red Green Blue C M Y K H S L
Decimal 187 94 0 0 0.50 1 0.27 30.16 1 0.37
Hex BB 5E 0 0 32 64 1B 1E 64 25
Octal 273 136 0 0 62 144 33 36 144 45
Binary 10111011 1011110 0 0 110010 1100100 11011 11110 1100100 100101

Color Harmonies of #BB5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E00

Black with #BB5E00

Text Example


Text Example

White with #BB5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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