Html Css Color HEX #BB5404 Tenne (Tawny)

📋 copy color: '#BB5404'

red 187 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5404

Tints of Tenne (Tawny) #BB5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 68%
G = 30.55%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5404 (or 0xBB5404) is known color: Tenne (Tawny). HEX triplet: BB, 54 and 04. RGB value is (187,84,4). Sum of RGB (Red+Green+Blue) = 187+84+4=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5404 is #44ABFB. Grayscale: #6A6A6A. Windows color (decimal): -4500476 or 283835. OLE color: 283835.

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

Color convert

RGB 187 84 4 -
CMYK 0 0.55 0.98 0.27
HSL 26.23º 0.96% 0.37% -
HSV(B) 26.23º 0.98% 0.73% -
XYZ 23.69 16.91 2.13 -
YUV 105.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 187 84 4 0 0.55 0.98 0.27 26.23 0.96 0.37
Hex BB 54 4 0 37 62 1B 1A 60 25
Octal 273 124 4 0 67 142 33 32 140 45
Binary 10111011 1010100 100 0 110111 1100010 11011 11010 1100000 100101

Color Harmonies of #BB5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5404

Black with #BB5404

Text Example


Text Example

White with #BB5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5404; }

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

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

background-color css

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

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

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

border-color css

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

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

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