Html Css Color HEX #BC786D Contessa

📋 copy color: '#BC786D'

red 188 ◦ green 120 ◦ blue 109

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

Shades of Contessa #BC786D

Tints of Contessa #BC786D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 45.08%
G = 28.78%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC786D (or 0xBC786D) is known color: Contessa. HEX triplet: BC, 78 and 6D. RGB value is (188,120,109). Sum of RGB (Red+Green+Blue) = 188+120+109=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786D is #438792. Grayscale: #8B8B8B. Windows color (decimal): -4425619 or 7174332. OLE color: 7174332.

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

Color convert

RGB 188 120 109 -
CMYK 0 0.36 0.42 0.26
HSL 8.35º 0.37% 0.58% -
HSV(B) 8.35º 0.42% 0.74% -
XYZ 30.22 25.23 17.75 -
YUV 139.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 188 120 109 0 0.36 0.42 0.26 8.35 0.37 0.58
Hex BC 78 6D 0 24 2A 1A 8 25 3A
Octal 274 170 155 0 44 52 32 10 45 72
Binary 10111100 1111000 1101101 0 100100 101010 11010 1000 100101 111010

Color Harmonies of #BC786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC786D

Black with #BC786D

Text Example


Text Example

White with #BC786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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