Html Css Color HEX #BC7971 Contessa

📋 copy color: '#BC7971'

red 188 ◦ green 121 ◦ blue 113

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

Shades of Contessa #BC7971

Tints of Contessa #BC7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

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

R = 44.55%
G = 28.67%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7971 (or 0xBC7971) is known color: Contessa. HEX triplet: BC, 79 and 71. RGB value is (188,121,113). Sum of RGB (Red+Green+Blue) = 188+121+113=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7971 is #43868E. Grayscale: #8C8C8C. Windows color (decimal): -4425359 or 7436732. OLE color: 7436732.

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

Color convert

RGB 188 121 113 -
CMYK 0 0.36 0.40 0.26
HSL 6.4º 0.36% 0.59% -
HSV(B) 6.4º 0.4% 0.74% -
XYZ 30.56 25.56 18.95 -
YUV 140.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 188 121 113 0 0.36 0.40 0.26 6.4 0.36 0.59
Hex BC 79 71 0 24 28 1A 6 24 3B
Octal 274 171 161 0 44 50 32 6 44 73
Binary 10111100 1111001 1110001 0 100100 101000 11010 110 100100 111011

Color Harmonies of #BC7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7971

Black with #BC7971

Text Example


Text Example

White with #BC7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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