Html Css Color HEX #BC6C63 Contessa

📋 copy color: '#BC6C63'

red 188 ◦ green 108 ◦ blue 99

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

Shades of Contessa #BC6C63

Tints of Contessa #BC6C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

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

R = 47.59%
G = 27.34%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6C63 (or 0xBC6C63) is known color: Contessa. HEX triplet: BC, 6C and 63. RGB value is (188,108,99). Sum of RGB (Red+Green+Blue) = 188+108+99=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C63 is #43939C. Grayscale: #838383. Windows color (decimal): -4428701 or 6515900. OLE color: 6515900.

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

Color convert

RGB 188 108 99 -
CMYK 0 0.43 0.47 0.26
HSL 6.07º 0.4% 0.56% -
HSV(B) 6.07º 0.47% 0.74% -
XYZ 28.35 22.32 14.62 -
YUV 130.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 188 108 99 0 0.43 0.47 0.26 6.07 0.4 0.56
Hex BC 6C 63 0 2B 2F 1A 6 28 38
Octal 274 154 143 0 53 57 32 6 50 70
Binary 10111100 1101100 1100011 0 101011 101111 11010 110 101000 111000

Color Harmonies of #BC6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C63

Black with #BC6C63

Text Example


Text Example

White with #BC6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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