Html Css Color HEX #BC7976 Contessa

📋 copy color: '#BC7976'

red 188 ◦ green 121 ◦ blue 118

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

Shades of Contessa #BC7976

Tints of Contessa #BC7976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 44.03%
G = 28.34%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC7976 (or 0xBC7976) is known color: Contessa. HEX triplet: BC, 79 and 76. RGB value is (188,121,118). Sum of RGB (Red+Green+Blue) = 188+121+118=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7976 is #438689. Grayscale: #8C8C8C. Windows color (decimal): -4425354 or 7764412. OLE color: 7764412.

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

Color convert

RGB 188 121 118 -
CMYK 0 0.36 0.37 0.26
HSL 2.57º 0.34% 0.6% -
HSV(B) 2.57º 0.37% 0.74% -
XYZ 30.85 25.67 20.47 -
YUV 140.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 188 121 118 0 0.36 0.37 0.26 2.57 0.34 0.6
Hex BC 79 76 0 24 25 1A 3 22 3C
Octal 274 171 166 0 44 45 32 3 42 74
Binary 10111100 1111001 1110110 0 100100 100101 11010 11 100010 111100

Color Harmonies of #BC7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7976

Black with #BC7976

Text Example


Text Example

White with #BC7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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