Html Css Color HEX #B57575 Contessa

📋 copy color: '#B57575'

red 181 ◦ green 117 ◦ blue 117

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

Shades of Contessa #B57575

Tints of Contessa #B57575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 43.61%
G = 28.19%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B57575 (or 0xB57575) is known color: Contessa. HEX triplet: B5, 75 and 75. RGB value is (181,117,117). Sum of RGB (Red+Green+Blue) = 181+117+117=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57575 is #4A8A8A. Grayscale: #888888. Windows color (decimal): -4885131 or 7697845. OLE color: 7697845.

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

Color convert

RGB 181 117 117 -
CMYK 0 0.35 0.35 0.29
HSL 0.3% 0.58% -
HSV(B) 0.35% 0.71% -
XYZ 28.63 23.83 19.92 -
YUV 136.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 181 117 117 0 0.35 0.35 0.29 0 0.3 0.58
Hex B5 75 75 0 23 23 1D 0 1E 3A
Octal 265 165 165 0 43 43 35 0 36 72
Binary 10110101 1110101 1110101 0 100011 100011 11101 0 11110 111010

Color Harmonies of #B57575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57575

Black with #B57575

Text Example


Text Example

White with #B57575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57575; }

 p { color: rgb(181,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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