Html Css Color HEX #BC716B Contessa

📋 copy color: '#BC716B'

red 188 ◦ green 113 ◦ blue 107

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

Shades of Contessa #BC716B

Tints of Contessa #BC716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 46.08%
G = 27.7%
B = 26.23%

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

#BC716B (or 0xBC716B) is known color: Contessa. HEX triplet: BC, 71 and 6B. RGB value is (188,113,107). Sum of RGB (Red+Green+Blue) = 188+113+107=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC716B is #438E94. Grayscale: #868686. Windows color (decimal): -4427413 or 7041468. OLE color: 7041468.

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

Color convert

RGB 188 113 107 -
CMYK 0 0.40 0.43 0.26
HSL 4.44º 0.38% 0.58% -
HSV(B) 4.44º 0.43% 0.74% -
XYZ 29.3 23.56 16.91 -
YUV 134.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 188 113 107 0 0.40 0.43 0.26 4.44 0.38 0.58
Hex BC 71 6B 0 28 2B 1A 4 26 3A
Octal 274 161 153 0 50 53 32 4 46 72
Binary 10111100 1110001 1101011 0 101000 101011 11010 100 100110 111010

Color Harmonies of #BC716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC716B

Black with #BC716B

Text Example


Text Example

White with #BC716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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