Html Css Color HEX #BC756E Contessa

📋 copy color: '#BC756E'

red 188 ◦ green 117 ◦ blue 110

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

Shades of Contessa #BC756E

Tints of Contessa #BC756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

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

R = 45.3%
G = 28.19%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC756E (or 0xBC756E) is known color: Contessa. HEX triplet: BC, 75 and 6E. RGB value is (188,117,110). Sum of RGB (Red+Green+Blue) = 188+117+110=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756E is #438A91. Grayscale: #898989. Windows color (decimal): -4426386 or 7239100. OLE color: 7239100.

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

Color convert

RGB 188 117 110 -
CMYK 0 0.38 0.41 0.26
HSL 5.38º 0.37% 0.58% -
HSV(B) 5.38º 0.41% 0.74% -
XYZ 29.91 24.54 17.91 -
YUV 137.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 188 117 110 0 0.38 0.41 0.26 5.38 0.37 0.58
Hex BC 75 6E 0 26 29 1A 5 25 3A
Octal 274 165 156 0 46 51 32 5 45 72
Binary 10111100 1110101 1101110 0 100110 101001 11010 101 100101 111010

Color Harmonies of #BC756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC756E

Black with #BC756E

Text Example


Text Example

White with #BC756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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