Html Css Color HEX #BB540B Tenne (Tawny)

📋 copy color: '#BB540B'

red 187 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #BB540B

Tints of Tenne (Tawny) #BB540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 66.31%
G = 29.79%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB540B (or 0xBB540B) is known color: Tenne (Tawny). HEX triplet: BB, 54 and 0B. RGB value is (187,84,11). Sum of RGB (Red+Green+Blue) = 187+84+11=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB540B is #44ABF4. Grayscale: #6A6A6A. Windows color (decimal): -4500469 or 742587. OLE color: 742587.

HSL color Cylindrical-coordinate representation of color #BB540B: hue angle of 24.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB540B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 11 -
CMYK 0 0.55 0.94 0.27
HSL 24.89º 0.89% 0.39% -
HSV(B) 24.89º 0.94% 0.73% -
XYZ 23.72 16.93 2.33 -
YUV 106.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 187 84 11 0 0.55 0.94 0.27 24.89 0.89 0.39
Hex BB 54 B 0 37 5E 1B 19 59 27
Octal 273 124 13 0 67 136 33 31 131 47
Binary 10111011 1010100 1011 0 110111 1011110 11011 11001 1011001 100111

Color Harmonies of #BB540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB540B

Black with #BB540B

Text Example


Text Example

White with #BB540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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