Html Css Color HEX #B55A00 Tenne (Tawny)

📋 copy color: '#B55A00'

red 181 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #B55A00

Tints of Tenne (Tawny) #B55A00

RGB

 RED value IS 181 (71.09% from 255) = 66.79%

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.79%
G = 33.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B55A00 (or 0xB55A00) is known color: Tenne (Tawny). HEX triplet: B5, 5A and 00. RGB value is (181,90,0). Sum of RGB (Red+Green+Blue) = 181+90+0=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55A00 is #4AA5FF. Grayscale: #6B6B6B. Windows color (decimal): -4892160 or 23221. OLE color: 23221.

HSL color Cylindrical-coordinate representation of color #B55A00: hue angle of 29.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B55A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 90 0 -
CMYK 0 0.50 1 0.29
HSL 29.83º 1% 0.35% -
HSV(B) 29.83º 1% 0.71% -
XYZ 22.71 17.14 2.11 -
YUV 106.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 181 90 0 0 0.50 1 0.29 29.83 1 0.35
Hex B5 5A 0 0 32 64 1D 1E 64 23
Octal 265 132 0 0 62 144 35 36 144 43
Binary 10110101 1011010 0 0 110010 1100100 11101 11110 1100100 100011

Color Harmonies of #B55A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A00

Black with #B55A00

Text Example


Text Example

White with #B55A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A00; }

 p { color: rgb(181,90,0); }

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

background-color css

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

 a { background-color: rgb(181,90,0); }

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

border-color css

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

 span { border-color: rgb(181,90,0); }

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