Html Css Color HEX #BC6D69 Contessa

📋 copy color: '#BC6D69'

red 188 ◦ green 109 ◦ blue 105

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

Shades of Contessa #BC6D69

Tints of Contessa #BC6D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 46.77%
G = 27.11%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6D69 (or 0xBC6D69) is known color: Contessa. HEX triplet: BC, 6D and 69. RGB value is (188,109,105). Sum of RGB (Red+Green+Blue) = 188+109+105=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D69 is #439296. Grayscale: #848484. Windows color (decimal): -4428439 or 6909372. OLE color: 6909372.

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

Color convert

RGB 188 109 105 -
CMYK 0 0.42 0.44 0.26
HSL 2.89º 0.38% 0.57% -
HSV(B) 2.89º 0.44% 0.74% -
XYZ 28.76 22.65 16.22 -
YUV 132.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 188 109 105 0 0.42 0.44 0.26 2.89 0.38 0.57
Hex BC 6D 69 0 2A 2C 1A 3 26 39
Octal 274 155 151 0 52 54 32 3 46 71
Binary 10111100 1101101 1101001 0 101010 101100 11010 11 100110 111001

Color Harmonies of #BC6D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D69

Black with #BC6D69

Text Example


Text Example

White with #BC6D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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