Html Css Color HEX #BC7970 Contessa

📋 copy color: '#BC7970'

red 188 ◦ green 121 ◦ blue 112

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

Shades of Contessa #BC7970

Tints of Contessa #BC7970

RGB

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

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

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

R = 44.66%
G = 28.74%
B = 26.6%

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

#BC7970 (or 0xBC7970) is known color: Contessa. HEX triplet: BC, 79 and 70. RGB value is (188,121,112). Sum of RGB (Red+Green+Blue) = 188+121+112=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7970 is #43868F. Grayscale: #8C8C8C. Windows color (decimal): -4425360 or 7371196. OLE color: 7371196.

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

Color convert

RGB 188 121 112 -
CMYK 0 0.36 0.40 0.26
HSL 7.11º 0.36% 0.59% -
HSV(B) 7.11º 0.4% 0.74% -
XYZ 30.5 25.54 18.65 -
YUV 140.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 188 121 112 0 0.36 0.40 0.26 7.11 0.36 0.59
Hex BC 79 70 0 24 28 1A 7 24 3B
Octal 274 171 160 0 44 50 32 7 44 73
Binary 10111100 1111001 1110000 0 100100 101000 11010 111 100100 111011

Color Harmonies of #BC7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7970

Black with #BC7970

Text Example


Text Example

White with #BC7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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