Html Css Color HEX #B55D0A Tenne (Tawny)

📋 copy color: '#B55D0A'

red 181 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #B55D0A

Tints of Tenne (Tawny) #B55D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

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

R = 63.73%
G = 32.75%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B55D0A (or 0xB55D0A) is known color: Tenne (Tawny). HEX triplet: B5, 5D and 0A. RGB value is (181,93,10). Sum of RGB (Red+Green+Blue) = 181+93+10=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55D0A is #4AA2F5. Grayscale: #6E6E6E. Windows color (decimal): -4891382 or 679349. OLE color: 679349.

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

Color convert

RGB 181 93 10 -
CMYK 0 0.49 0.94 0.29
HSL 29.12º 0.9% 0.37% -
HSV(B) 29.12º 0.94% 0.71% -
XYZ 23.03 17.67 2.49 -
YUV 109.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 181 93 10 0 0.49 0.94 0.29 29.12 0.9 0.37
Hex B5 5D A 0 31 5E 1D 1D 5A 25
Octal 265 135 12 0 61 136 35 35 132 45
Binary 10110101 1011101 1010 0 110001 1011110 11101 11101 1011010 100101

Color Harmonies of #B55D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D0A

Black with #B55D0A

Text Example


Text Example

White with #B55D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D0A; }

 p { color: rgb(181,93,10); }

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

background-color css

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

 a { background-color: rgb(181,93,10); }

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

border-color css

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

 span { border-color: rgb(181,93,10); }

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