Html Css Color HEX #BC766C Contessa

📋 copy color: '#BC766C'

red 188 ◦ green 118 ◦ blue 108

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

Shades of Contessa #BC766C

Tints of Contessa #BC766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 45.41%
G = 28.5%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC766C (or 0xBC766C) is known color: Contessa. HEX triplet: BC, 76 and 6C. RGB value is (188,118,108). Sum of RGB (Red+Green+Blue) = 188+118+108=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766C is #438993. Grayscale: #898989. Windows color (decimal): -4426132 or 7108284. OLE color: 7108284.

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

Color convert

RGB 188 118 108 -
CMYK 0 0.37 0.43 0.26
HSL 7.5º 0.37% 0.58% -
HSV(B) 7.5º 0.43% 0.74% -
XYZ 29.92 24.73 17.38 -
YUV 137.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 188 118 108 0 0.37 0.43 0.26 7.5 0.37 0.58
Hex BC 76 6C 0 25 2B 1A 8 25 3A
Octal 274 166 154 0 45 53 32 10 45 72
Binary 10111100 1110110 1101100 0 100101 101011 11010 1000 100101 111010

Color Harmonies of #BC766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC766C

Black with #BC766C

Text Example


Text Example

White with #BC766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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