Html Css Color HEX #BC7571 Contessa

📋 copy color: '#BC7571'

red 188 ◦ green 117 ◦ blue 113

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

Shades of Contessa #BC7571

Tints of Contessa #BC7571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 44.98%
G = 27.99%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7571 (or 0xBC7571) is known color: Contessa. HEX triplet: BC, 75 and 71. RGB value is (188,117,113). Sum of RGB (Red+Green+Blue) = 188+117+113=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7571 is #438A8E. Grayscale: #898989. Windows color (decimal): -4426383 or 7435708. OLE color: 7435708.

HSL color Cylindrical-coordinate representation of color #BC7571: hue angle of 3.2º 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 #BC7571 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 113 -
CMYK 0 0.38 0.40 0.26
HSL 3.2º 0.36% 0.59% -
HSV(B) 3.2º 0.4% 0.74% -
XYZ 30.08 24.61 18.79 -
YUV 137.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 188 117 113 0 0.38 0.40 0.26 3.2 0.36 0.59
Hex BC 75 71 0 26 28 1A 3 24 3B
Octal 274 165 161 0 46 50 32 3 44 73
Binary 10111100 1110101 1110001 0 100110 101000 11010 11 100100 111011

Color Harmonies of #BC7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7571

Black with #BC7571

Text Example


Text Example

White with #BC7571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7571; }

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

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

background-color css

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

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

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

border-color css

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

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

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