Html Css Color HEX #BC786A Contessa

📋 copy color: '#BC786A'

red 188 ◦ green 120 ◦ blue 106

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

Shades of Contessa #BC786A

Tints of Contessa #BC786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

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

R = 45.41%
G = 28.99%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC786A (or 0xBC786A) is known color: Contessa. HEX triplet: BC, 78 and 6A. RGB value is (188,120,106). Sum of RGB (Red+Green+Blue) = 188+120+106=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786A is #438795. Grayscale: #8A8A8A. Windows color (decimal): -4425622 or 6977724. OLE color: 6977724.

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

Color convert

RGB 188 120 106 -
CMYK 0 0.36 0.44 0.26
HSL 10.24º 0.38% 0.58% -
HSV(B) 10.24º 0.44% 0.74% -
XYZ 30.06 25.16 16.91 -
YUV 138.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 188 120 106 0 0.36 0.44 0.26 10.24 0.38 0.58
Hex BC 78 6A 0 24 2C 1A A 26 3A
Octal 274 170 152 0 44 54 32 12 46 72
Binary 10111100 1111000 1101010 0 100100 101100 11010 1010 100110 111010

Color Harmonies of #BC786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC786A

Black with #BC786A

Text Example


Text Example

White with #BC786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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