Html Css Color HEX #BB5E04 Tenne (Tawny)

📋 copy color: '#BB5E04'

red 187 ◦ green 94 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5E04

Tints of Tenne (Tawny) #BB5E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 65.61%
G = 32.98%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5E04 (or 0xBB5E04) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 04. RGB value is (187,94,4). Sum of RGB (Red+Green+Blue) = 187+94+4=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E04 is #44A1FB. Grayscale: #707070. Windows color (decimal): -4497916 or 286395. OLE color: 286395.

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

Color convert

RGB 187 94 4 -
CMYK 0 0.50 0.98 0.27
HSL 29.51º 0.96% 0.37% -
HSV(B) 29.51º 0.98% 0.73% -
XYZ 24.52 18.58 2.41 -
YUV 111.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 187 94 4 0 0.50 0.98 0.27 29.51 0.96 0.37
Hex BB 5E 4 0 32 62 1B 1E 60 25
Octal 273 136 4 0 62 142 33 36 140 45
Binary 10111011 1011110 100 0 110010 1100010 11011 11110 1100000 100101

Color Harmonies of #BB5E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E04

Black with #BB5E04

Text Example


Text Example

White with #BB5E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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