Html Css Color HEX #BC6966 Contessa

📋 copy color: '#BC6966'

red 188 ◦ green 105 ◦ blue 102

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

Shades of Contessa #BC6966

Tints of Contessa #BC6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 47.59%
G = 26.58%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC6966 (or 0xBC6966) is known color: Contessa. HEX triplet: BC, 69 and 66. RGB value is (188,105,102). Sum of RGB (Red+Green+Blue) = 188+105+102=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6966 is #439699. Grayscale: #818181. Windows color (decimal): -4429466 or 6711740. OLE color: 6711740.

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

Color convert

RGB 188 105 102 -
CMYK 0 0.44 0.46 0.26
HSL 2.09º 0.39% 0.57% -
HSV(B) 2.09º 0.46% 0.74% -
XYZ 28.19 21.75 15.28 -
YUV 129.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 188 105 102 0 0.44 0.46 0.26 2.09 0.39 0.57
Hex BC 69 66 0 2C 2E 1A 2 27 39
Octal 274 151 146 0 54 56 32 2 47 71
Binary 10111100 1101001 1100110 0 101100 101110 11010 10 100111 111001

Color Harmonies of #BC6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6966

Black with #BC6966

Text Example


Text Example

White with #BC6966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6966; }

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

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

background-color css

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

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

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

border-color css

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

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

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