Html Css Color HEX #B55A06 Tenne (Tawny)

📋 copy color: '#B55A06'

red 181 ◦ green 90 ◦ blue 6

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

Shades of Tenne (Tawny) #B55A06

Tints of Tenne (Tawny) #B55A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 65.34%
G = 32.49%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B55A06 (or 0xB55A06) is known color: Tenne (Tawny). HEX triplet: B5, 5A and 06. RGB value is (181,90,6). Sum of RGB (Red+Green+Blue) = 181+90+6=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55A06 is #4AA5F9. Grayscale: #6C6C6C. Windows color (decimal): -4892154 or 416437. OLE color: 416437.

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

Color convert

RGB 181 90 6 -
CMYK 0 0.50 0.97 0.29
HSL 28.8º 0.94% 0.37% -
HSV(B) 28.8º 0.97% 0.71% -
XYZ 22.75 17.15 2.28 -
YUV 107.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 181 90 6 0 0.50 0.97 0.29 28.8 0.94 0.37
Hex B5 5A 6 0 32 61 1D 1D 5E 25
Octal 265 132 6 0 62 141 35 35 136 45
Binary 10110101 1011010 110 0 110010 1100001 11101 11101 1011110 100101

Color Harmonies of #B55A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A06

Black with #B55A06

Text Example


Text Example

White with #B55A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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