Html Css Color HEX #BC7170 Contessa

📋 copy color: '#BC7170'

red 188 ◦ green 113 ◦ blue 112

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

Shades of Contessa #BC7170

Tints of Contessa #BC7170

RGB

 RED value IS 188 (73.83% from 255) = 45.52%

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 45.52%
G = 27.36%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7170 (or 0xBC7170) is known color: Contessa. HEX triplet: BC, 71 and 70. RGB value is (188,113,112). Sum of RGB (Red+Green+Blue) = 188+113+112=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7170 is #438E8F. Grayscale: #878787. Windows color (decimal): -4427408 or 7369148. OLE color: 7369148.

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

Color convert

RGB 188 113 112 -
CMYK 0 0.40 0.40 0.26
HSL 0.79º 0.36% 0.59% -
HSV(B) 0.79º 0.4% 0.74% -
XYZ 29.57 23.67 18.34 -
YUV 135.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 188 113 112 0 0.40 0.40 0.26 0.79 0.36 0.59
Hex BC 71 70 0 28 28 1A 1 24 3B
Octal 274 161 160 0 50 50 32 1 44 73
Binary 10111100 1110001 1110000 0 101000 101000 11010 1 100100 111011

Color Harmonies of #BC7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7170

Black with #BC7170

Text Example


Text Example

White with #BC7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7170; }

 p { color: rgb(188,113,112); }

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

background-color css

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

 a { background-color: rgb(188,113,112); }

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

border-color css

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

 span { border-color: rgb(188,113,112); }

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