Html Css Color HEX #BC716C Contessa

📋 copy color: '#BC716C'

red 188 ◦ green 113 ◦ blue 108

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

Shades of Contessa #BC716C

Tints of Contessa #BC716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 45.97%
G = 27.63%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC716C (or 0xBC716C) is known color: Contessa. HEX triplet: BC, 71 and 6C. RGB value is (188,113,108). Sum of RGB (Red+Green+Blue) = 188+113+108=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC716C is #438E93. Grayscale: #868686. Windows color (decimal): -4427412 or 7107004. OLE color: 7107004.

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

Color convert

RGB 188 113 108 -
CMYK 0 0.40 0.43 0.26
HSL 3.75º 0.37% 0.58% -
HSV(B) 3.75º 0.43% 0.74% -
XYZ 29.35 23.58 17.19 -
YUV 134.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 188 113 108 0 0.40 0.43 0.26 3.75 0.37 0.58
Hex BC 71 6C 0 28 2B 1A 4 25 3A
Octal 274 161 154 0 50 53 32 4 45 72
Binary 10111100 1110001 1101100 0 101000 101011 11010 100 100101 111010

Color Harmonies of #BC716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC716C

Black with #BC716C

Text Example


Text Example

White with #BC716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC716C; }

 p { color: rgb(188,113,108); }

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

background-color css

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

 a { background-color: rgb(188,113,108); }

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

border-color css

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

 span { border-color: rgb(188,113,108); }

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