Html Css Color HEX #BB5004 Tenne (Tawny)

📋 copy color: '#BB5004'

red 187 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5004

Tints of Tenne (Tawny) #BB5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 69%
G = 29.52%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5004 (or 0xBB5004) is known color: Tenne (Tawny). HEX triplet: BB, 50 and 04. RGB value is (187,80,4). Sum of RGB (Red+Green+Blue) = 187+80+4=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5004 is #44AFFB. Grayscale: #676767. Windows color (decimal): -4501500 or 282811. OLE color: 282811.

HSL color Cylindrical-coordinate representation of color #BB5004: hue angle of 24.92º 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 #BB5004 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 4 -
CMYK 0 0.57 0.98 0.27
HSL 24.92º 0.96% 0.37% -
HSV(B) 24.92º 0.98% 0.73% -
XYZ 23.38 16.31 2.03 -
YUV 103.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 187 80 4 0 0.57 0.98 0.27 24.92 0.96 0.37
Hex BB 50 4 0 39 62 1B 19 60 25
Octal 273 120 4 0 71 142 33 31 140 45
Binary 10111011 1010000 100 0 111001 1100010 11011 11001 1100000 100101

Color Harmonies of #BB5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5004

Black with #BB5004

Text Example


Text Example

White with #BB5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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