Html Css Color HEX #BB7570 Contessa

📋 copy color: '#BB7570'

red 187 ◦ green 117 ◦ blue 112

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

Shades of Contessa #BB7570

Tints of Contessa #BB7570

RGB

 RED value IS 187 (73.44% from 255) = 44.95%

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 44.95%
G = 28.13%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7570 (or 0xBB7570) is known color: Contessa. HEX triplet: BB, 75 and 70. RGB value is (187,117,112). Sum of RGB (Red+Green+Blue) = 187+117+112=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7570 is #448A8F. Grayscale: #898989. Windows color (decimal): -4491920 or 7370171. OLE color: 7370171.

HSL color Cylindrical-coordinate representation of color #BB7570: hue angle of 4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7570 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 112 -
CMYK 0 0.37 0.40 0.27
HSL 0.36% 0.59% -
HSV(B) 0.4% 0.73% -
XYZ 29.78 24.46 18.48 -
YUV 137.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 187 117 112 0 0.37 0.40 0.27 4 0.36 0.59
Hex BB 75 70 0 25 28 1B 4 24 3B
Octal 273 165 160 0 45 50 33 4 44 73
Binary 10111011 1110101 1110000 0 100101 101000 11011 100 100100 111011

Color Harmonies of #BB7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7570

Black with #BB7570

Text Example


Text Example

White with #BB7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7570; }

 p { color: rgb(187,117,112); }

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

background-color css

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

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

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

border-color css

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

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

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