Html Css Color HEX #BC7668 Contessa

📋 copy color: '#BC7668'

red 188 ◦ green 118 ◦ blue 104

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

Shades of Contessa #BC7668

Tints of Contessa #BC7668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 45.85%
G = 28.78%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7668 (or 0xBC7668) is known color: Contessa. HEX triplet: BC, 76 and 68. RGB value is (188,118,104). Sum of RGB (Red+Green+Blue) = 188+118+104=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7668 is #438997. Grayscale: #898989. Windows color (decimal): -4426136 or 6846140. OLE color: 6846140.

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

Color convert

RGB 188 118 104 -
CMYK 0 0.37 0.45 0.26
HSL 10º 0.39% 0.57% -
HSV(B) 10º 0.45% 0.74% -
XYZ 29.72 24.65 16.29 -
YUV 137.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 188 118 104 0 0.37 0.45 0.26 10 0.39 0.57
Hex BC 76 68 0 25 2D 1A A 27 39
Octal 274 166 150 0 45 55 32 12 47 71
Binary 10111100 1110110 1101000 0 100101 101101 11010 1010 100111 111001

Color Harmonies of #BC7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7668

Black with #BC7668

Text Example


Text Example

White with #BC7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7668; }

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

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

background-color css

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

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

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

border-color css

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

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

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