Html Css Color HEX #BC706E Contessa

📋 copy color: '#BC706E'

red 188 ◦ green 112 ◦ blue 110

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

Shades of Contessa #BC706E

Tints of Contessa #BC706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 45.85%
G = 27.32%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC706E (or 0xBC706E) is known color: Contessa. HEX triplet: BC, 70 and 6E. RGB value is (188,112,110). Sum of RGB (Red+Green+Blue) = 188+112+110=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706E is #438F91. Grayscale: #868686. Windows color (decimal): -4427666 or 7237820. OLE color: 7237820.

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

Color convert

RGB 188 112 110 -
CMYK 0 0.40 0.41 0.26
HSL 1.54º 0.37% 0.58% -
HSV(B) 1.54º 0.41% 0.74% -
XYZ 29.35 23.41 17.72 -
YUV 134.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 188 112 110 0 0.40 0.41 0.26 1.54 0.37 0.58
Hex BC 70 6E 0 28 29 1A 2 25 3A
Octal 274 160 156 0 50 51 32 2 45 72
Binary 10111100 1110000 1101110 0 101000 101001 11010 10 100101 111010

Color Harmonies of #BC706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC706E

Black with #BC706E

Text Example


Text Example

White with #BC706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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