Html Css Color HEX #BC766A Contessa

📋 copy color: '#BC766A'

red 188 ◦ green 118 ◦ blue 106

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

Shades of Contessa #BC766A

Tints of Contessa #BC766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 45.63%
G = 28.64%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC766A (or 0xBC766A) is known color: Contessa. HEX triplet: BC, 76 and 6A. RGB value is (188,118,106). Sum of RGB (Red+Green+Blue) = 188+118+106=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766A is #438995. Grayscale: #898989. Windows color (decimal): -4426134 or 6977212. OLE color: 6977212.

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

Color convert

RGB 188 118 106 -
CMYK 0 0.37 0.44 0.26
HSL 8.78º 0.38% 0.58% -
HSV(B) 8.78º 0.44% 0.74% -
XYZ 29.82 24.69 16.83 -
YUV 137.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 188 118 106 0 0.37 0.44 0.26 8.78 0.38 0.58
Hex BC 76 6A 0 25 2C 1A 9 26 3A
Octal 274 166 152 0 45 54 32 11 46 72
Binary 10111100 1110110 1101010 0 100101 101100 11010 1001 100110 111010

Color Harmonies of #BC766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC766A

Black with #BC766A

Text Example


Text Example

White with #BC766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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