Html Css Color HEX #BC7876 Contessa

📋 copy color: '#BC7876'

red 188 ◦ green 120 ◦ blue 118

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

Shades of Contessa #BC7876

Tints of Contessa #BC7876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

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

R = 44.13%
G = 28.17%
B = 27.7%

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

#BC7876 (or 0xBC7876) is known color: Contessa. HEX triplet: BC, 78 and 76. RGB value is (188,120,118). Sum of RGB (Red+Green+Blue) = 188+120+118=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7876 is #438789. Grayscale: #8C8C8C. Windows color (decimal): -4425610 or 7764156. OLE color: 7764156.

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

Color convert

RGB 188 120 118 -
CMYK 0 0.36 0.37 0.26
HSL 1.71º 0.34% 0.6% -
HSV(B) 1.71º 0.37% 0.74% -
XYZ 30.73 25.43 20.43 -
YUV 140.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 188 120 118 0 0.36 0.37 0.26 1.71 0.34 0.6
Hex BC 78 76 0 24 25 1A 2 22 3C
Octal 274 170 166 0 44 45 32 2 42 74
Binary 10111100 1111000 1110110 0 100100 100101 11010 10 100010 111100

Color Harmonies of #BC7876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7876

Black with #BC7876

Text Example


Text Example

White with #BC7876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7876; }

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

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

background-color css

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

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

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

border-color css

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

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

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