Html Css Color HEX #BC7676 Contessa

📋 copy color: '#BC7676'

red 188 ◦ green 118 ◦ blue 118

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

Shades of Contessa #BC7676

Tints of Contessa #BC7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 44.34%
G = 27.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC7676 (or 0xBC7676) is known color: Contessa. HEX triplet: BC, 76 and 76. RGB value is (188,118,118). Sum of RGB (Red+Green+Blue) = 188+118+118=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7676 is #438989. Grayscale: #8A8A8A. Windows color (decimal): -4426122 or 7763644. OLE color: 7763644.

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

Color convert

RGB 188 118 118 -
CMYK 0 0.37 0.37 0.26
HSL 0.34% 0.6% -
HSV(B) 0.37% 0.74% -
XYZ 30.49 24.96 20.35 -
YUV 138.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 188 118 118 0 0.37 0.37 0.26 0 0.34 0.6
Hex BC 76 76 0 25 25 1A 0 22 3C
Octal 274 166 166 0 45 45 32 0 42 74
Binary 10111100 1110110 1110110 0 100101 100101 11010 0 100010 111100

Color Harmonies of #BC7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7676

Black with #BC7676

Text Example


Text Example

White with #BC7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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