Html Css Color HEX #B55C42 Tuscany

📋 copy color: '#B55C42'

red 181 ◦ green 92 ◦ blue 66

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

Shades of Tuscany #B55C42

Tints of Tuscany #B55C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 53.39%
G = 27.14%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B55C42 (or 0xB55C42) is known color: Tuscany. HEX triplet: B5, 5C and 42. RGB value is (181,92,66). Sum of RGB (Red+Green+Blue) = 181+92+66=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C42 is #4AA3BD. Grayscale: #737373. Windows color (decimal): -4891582 or 4349109. OLE color: 4349109.

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

Color convert

RGB 181 92 66 -
CMYK 0 0.49 0.64 0.29
HSL 13.57º 0.47% 0.48% -
HSV(B) 13.57º 0.64% 0.71% -
XYZ 23.87 17.87 7.35 -
YUV 115.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 181 92 66 0 0.49 0.64 0.29 13.57 0.47 0.48
Hex B5 5C 42 0 31 40 1D E 2F 30
Octal 265 134 102 0 61 100 35 16 57 60
Binary 10110101 1011100 1000010 0 110001 1000000 11101 1110 101111 110000

Color Harmonies of #B55C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C42

Black with #B55C42

Text Example


Text Example

White with #B55C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C42; }

 p { color: rgb(181,92,66); }

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

background-color css

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

 a { background-color: rgb(181,92,66); }

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

border-color css

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

 span { border-color: rgb(181,92,66); }

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