Html Css Color HEX #B55E3E Tuscany

📋 copy color: '#B55E3E'

red 181 ◦ green 94 ◦ blue 62

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

Shades of Tuscany #B55E3E

Tints of Tuscany #B55E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 53.71%
G = 27.89%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B55E3E (or 0xB55E3E) is known color: Tuscany. HEX triplet: B5, 5E and 3E. RGB value is (181,94,62). Sum of RGB (Red+Green+Blue) = 181+94+62=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E3E is #4AA1C1. Grayscale: #747474. Windows color (decimal): -4891074 or 4087477. OLE color: 4087477.

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

Color convert

RGB 181 94 62 -
CMYK 0 0.48 0.66 0.29
HSL 16.13º 0.49% 0.48% -
HSV(B) 16.13º 0.66% 0.71% -
XYZ 23.93 18.18 6.8 -
YUV 116.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 181 94 62 0 0.48 0.66 0.29 16.13 0.49 0.48
Hex B5 5E 3E 0 30 42 1D 10 31 30
Octal 265 136 76 0 60 102 35 20 61 60
Binary 10110101 1011110 111110 0 110000 1000010 11101 10000 110001 110000

Color Harmonies of #B55E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E3E

Black with #B55E3E

Text Example


Text Example

White with #B55E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E3E; }

 p { color: rgb(181,94,62); }

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

background-color css

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

 a { background-color: rgb(181,94,62); }

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

border-color css

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

 span { border-color: rgb(181,94,62); }

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