Html Css Color HEX #BC756A Contessa

📋 copy color: '#BC756A'

red 188 ◦ green 117 ◦ blue 106

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

Shades of Contessa #BC756A

Tints of Contessa #BC756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 45.74%
G = 28.47%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC756A (or 0xBC756A) is known color: Contessa. HEX triplet: BC, 75 and 6A. RGB value is (188,117,106). Sum of RGB (Red+Green+Blue) = 188+117+106=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756A is #438A95. Grayscale: #898989. Windows color (decimal): -4426390 or 6976956. OLE color: 6976956.

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

Color convert

RGB 188 117 106 -
CMYK 0 0.38 0.44 0.26
HSL 8.05º 0.38% 0.58% -
HSV(B) 8.05º 0.44% 0.74% -
XYZ 29.7 24.45 16.79 -
YUV 136.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 188 117 106 0 0.38 0.44 0.26 8.05 0.38 0.58
Hex BC 75 6A 0 26 2C 1A 8 26 3A
Octal 274 165 152 0 46 54 32 10 46 72
Binary 10111100 1110101 1101010 0 100110 101100 11010 1000 100110 111010

Color Harmonies of #BC756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC756A

Black with #BC756A

Text Example


Text Example

White with #BC756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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