Html Css Color HEX #BC6C69 Contessa

📋 copy color: '#BC6C69'

red 188 ◦ green 108 ◦ blue 105

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

Shades of Contessa #BC6C69

Tints of Contessa #BC6C69

RGB

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

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

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

R = 46.88%
G = 26.93%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6C69 (or 0xBC6C69) is known color: Contessa. HEX triplet: BC, 6C and 69. RGB value is (188,108,105). Sum of RGB (Red+Green+Blue) = 188+108+105=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C69 is #439396. Grayscale: #838383. Windows color (decimal): -4428695 or 6909116. OLE color: 6909116.

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

Color convert

RGB 188 108 105 -
CMYK 0 0.43 0.44 0.26
HSL 2.17º 0.38% 0.57% -
HSV(B) 2.17º 0.44% 0.74% -
XYZ 28.65 22.44 16.19 -
YUV 131.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 188 108 105 0 0.43 0.44 0.26 2.17 0.38 0.57
Hex BC 6C 69 0 2B 2C 1A 2 26 39
Octal 274 154 151 0 53 54 32 2 46 71
Binary 10111100 1101100 1101001 0 101011 101100 11010 10 100110 111001

Color Harmonies of #BC6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C69

Black with #BC6C69

Text Example


Text Example

White with #BC6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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