Html Css Color HEX #BC7566 Contessa

📋 copy color: '#BC7566'

red 188 ◦ green 117 ◦ blue 102

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

Shades of Contessa #BC7566

Tints of Contessa #BC7566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 46.19%
G = 28.75%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7566 (or 0xBC7566) is known color: Contessa. HEX triplet: BC, 75 and 66. RGB value is (188,117,102). Sum of RGB (Red+Green+Blue) = 188+117+102=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7566 is #438A99. Grayscale: #888888. Windows color (decimal): -4426394 or 6714812. OLE color: 6714812.

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

Color convert

RGB 188 117 102 -
CMYK 0 0.38 0.46 0.26
HSL 10.47º 0.39% 0.57% -
HSV(B) 10.47º 0.46% 0.74% -
XYZ 29.5 24.37 15.72 -
YUV 136.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 188 117 102 0 0.38 0.46 0.26 10.47 0.39 0.57
Hex BC 75 66 0 26 2E 1A A 27 39
Octal 274 165 146 0 46 56 32 12 47 71
Binary 10111100 1110101 1100110 0 100110 101110 11010 1010 100111 111001

Color Harmonies of #BC7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7566

Black with #BC7566

Text Example


Text Example

White with #BC7566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7566; }

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

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

background-color css

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

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

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

border-color css

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

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

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