Html Css Color HEX #BC6D63 Contessa

📋 copy color: '#BC6D63'

red 188 ◦ green 109 ◦ blue 99

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

Shades of Contessa #BC6D63

Tints of Contessa #BC6D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.53%

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

R = 47.47%
G = 27.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6D63 (or 0xBC6D63) is known color: Contessa. HEX triplet: BC, 6D and 63. RGB value is (188,109,99). Sum of RGB (Red+Green+Blue) = 188+109+99=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D63 is #43929C. Grayscale: #838383. Windows color (decimal): -4428445 or 6516156. OLE color: 6516156.

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

Color convert

RGB 188 109 99 -
CMYK 0 0.42 0.47 0.26
HSL 6.74º 0.4% 0.56% -
HSV(B) 6.74º 0.47% 0.74% -
XYZ 28.46 22.53 14.65 -
YUV 131.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 188 109 99 0 0.42 0.47 0.26 6.74 0.4 0.56
Hex BC 6D 63 0 2A 2F 1A 7 28 38
Octal 274 155 143 0 52 57 32 7 50 70
Binary 10111100 1101101 1100011 0 101010 101111 11010 111 101000 111000

Color Harmonies of #BC6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D63

Black with #BC6D63

Text Example


Text Example

White with #BC6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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