Html Css Color HEX #BC766E Contessa

📋 copy color: '#BC766E'

red 188 ◦ green 118 ◦ blue 110

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

Shades of Contessa #BC766E

Tints of Contessa #BC766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 45.19%
G = 28.37%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC766E (or 0xBC766E) is known color: Contessa. HEX triplet: BC, 76 and 6E. RGB value is (188,118,110). Sum of RGB (Red+Green+Blue) = 188+118+110=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766E is #438991. Grayscale: #8A8A8A. Windows color (decimal): -4426130 or 7239356. OLE color: 7239356.

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

Color convert

RGB 188 118 110 -
CMYK 0 0.37 0.41 0.26
HSL 6.15º 0.37% 0.58% -
HSV(B) 6.15º 0.41% 0.74% -
XYZ 30.03 24.77 17.95 -
YUV 138.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 188 118 110 0 0.37 0.41 0.26 6.15 0.37 0.58
Hex BC 76 6E 0 25 29 1A 6 25 3A
Octal 274 166 156 0 45 51 32 6 45 72
Binary 10111100 1110110 1101110 0 100101 101001 11010 110 100101 111010

Color Harmonies of #BC766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC766E

Black with #BC766E

Text Example


Text Example

White with #BC766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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