Html Css Color HEX #BC706F Contessa

📋 copy color: '#BC706F'

red 188 ◦ green 112 ◦ blue 111

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

Shades of Contessa #BC706F

Tints of Contessa #BC706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 45.74%
G = 27.25%
B = 27.01%

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

#BC706F (or 0xBC706F) is known color: Contessa. HEX triplet: BC, 70 and 6F. RGB value is (188,112,111). Sum of RGB (Red+Green+Blue) = 188+112+111=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706F is #438F90. Grayscale: #868686. Windows color (decimal): -4427665 or 7303356. OLE color: 7303356.

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

Color convert

RGB 188 112 111 -
CMYK 0 0.40 0.41 0.26
HSL 0.78º 0.36% 0.59% -
HSV(B) 0.78º 0.41% 0.74% -
XYZ 29.4 23.43 18.01 -
YUV 134.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 188 112 111 0 0.40 0.41 0.26 0.78 0.36 0.59
Hex BC 70 6F 0 28 29 1A 1 24 3B
Octal 274 160 157 0 50 51 32 1 44 73
Binary 10111100 1110000 1101111 0 101000 101001 11010 1 100100 111011

Color Harmonies of #BC706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC706F

Black with #BC706F

Text Example


Text Example

White with #BC706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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