Html Css Color HEX #BB540A Tenne (Tawny)

📋 copy color: '#BB540A'

red 187 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #BB540A

Tints of Tenne (Tawny) #BB540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 66.55%
G = 29.89%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB540A (or 0xBB540A) is known color: Tenne (Tawny). HEX triplet: BB, 54 and 0A. RGB value is (187,84,10). Sum of RGB (Red+Green+Blue) = 187+84+10=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB540A is #44ABF5. Grayscale: #6A6A6A. Windows color (decimal): -4500470 or 677051. OLE color: 677051.

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

Color convert

RGB 187 84 10 -
CMYK 0 0.55 0.95 0.27
HSL 25.08º 0.9% 0.39% -
HSV(B) 25.08º 0.95% 0.73% -
XYZ 23.72 16.93 2.3 -
YUV 106.36 73.62 185.52 -
System Red Green Blue C M Y K H S L
Decimal 187 84 10 0 0.55 0.95 0.27 25.08 0.9 0.39
Hex BB 54 A 0 37 5F 1B 19 5A 27
Octal 273 124 12 0 67 137 33 31 132 47
Binary 10111011 1010100 1010 0 110111 1011111 11011 11001 1011010 100111

Color Harmonies of #BB540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB540A

Black with #BB540A

Text Example


Text Example

White with #BB540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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