Html Css Color HEX #BC6563 Contessa

📋 copy color: '#BC6563'

red 188 ◦ green 101 ◦ blue 99

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

Shades of Contessa #BC6563

Tints of Contessa #BC6563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 48.45%
G = 26.03%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6563 (or 0xBC6563) is known color: Contessa. HEX triplet: BC, 65 and 63. RGB value is (188,101,99). Sum of RGB (Red+Green+Blue) = 188+101+99=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6563 is #439A9C. Grayscale: #7E7E7E. Windows color (decimal): -4430493 or 6514108. OLE color: 6514108.

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

Color convert

RGB 188 101 99 -
CMYK 0 0.46 0.47 0.26
HSL 1.35º 0.4% 0.56% -
HSV(B) 1.35º 0.47% 0.74% -
XYZ 27.64 20.9 14.38 -
YUV 126.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 188 101 99 0 0.46 0.47 0.26 1.35 0.4 0.56
Hex BC 65 63 0 2E 2F 1A 1 28 38
Octal 274 145 143 0 56 57 32 1 50 70
Binary 10111100 1100101 1100011 0 101110 101111 11010 1 101000 111000

Color Harmonies of #BC6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6563

Black with #BC6563

Text Example


Text Example

White with #BC6563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6563; }

 p { color: rgb(188,101,99); }

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

background-color css

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

 a { background-color: rgb(188,101,99); }

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

border-color css

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

 span { border-color: rgb(188,101,99); }

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