Html Css Color HEX #BC6865 Contessa

📋 copy color: '#BC6865'

red 188 ◦ green 104 ◦ blue 101

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

Shades of Contessa #BC6865

Tints of Contessa #BC6865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 47.84%
G = 26.46%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC6865 (or 0xBC6865) is known color: Contessa. HEX triplet: BC, 68 and 65. RGB value is (188,104,101). Sum of RGB (Red+Green+Blue) = 188+104+101=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6865 is #43979A. Grayscale: #808080. Windows color (decimal): -4429723 or 6645948. OLE color: 6645948.

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

Color convert

RGB 188 104 101 -
CMYK 0 0.45 0.46 0.26
HSL 2.07º 0.39% 0.57% -
HSV(B) 2.07º 0.46% 0.74% -
XYZ 28.04 21.53 14.99 -
YUV 128.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 188 104 101 0 0.45 0.46 0.26 2.07 0.39 0.57
Hex BC 68 65 0 2D 2E 1A 2 27 39
Octal 274 150 145 0 55 56 32 2 47 71
Binary 10111100 1101000 1100101 0 101101 101110 11010 10 100111 111001

Color Harmonies of #BC6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6865

Black with #BC6865

Text Example


Text Example

White with #BC6865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6865; }

 p { color: rgb(188,104,101); }

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

background-color css

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

 a { background-color: rgb(188,104,101); }

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

border-color css

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

 span { border-color: rgb(188,104,101); }

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