Html Css Color HEX #BC6260 Contessa

📋 copy color: '#BC6260'

red 188 ◦ green 98 ◦ blue 96

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

Shades of Contessa #BC6260

Tints of Contessa #BC6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 49.21%
G = 25.65%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC6260 (or 0xBC6260) is known color: Contessa. HEX triplet: BC, 62 and 60. RGB value is (188,98,96). Sum of RGB (Red+Green+Blue) = 188+98+96=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6260 is #439D9F. Grayscale: #7C7C7C. Windows color (decimal): -4431264 or 6316732. OLE color: 6316732.

HSL color Cylindrical-coordinate representation of color #BC6260: hue angle of 1.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6260 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 96 -
CMYK 0 0.48 0.49 0.26
HSL 1.3º 0.41% 0.56% -
HSV(B) 1.3º 0.49% 0.74% -
XYZ 27.22 20.27 13.54 -
YUV 124.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 188 98 96 0 0.48 0.49 0.26 1.3 0.41 0.56
Hex BC 62 60 0 30 31 1A 1 29 38
Octal 274 142 140 0 60 61 32 1 51 70
Binary 10111100 1100010 1100000 0 110000 110001 11010 1 101001 111000

Color Harmonies of #BC6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6260

Black with #BC6260

Text Example


Text Example

White with #BC6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6260; }

 p { color: rgb(188,98,96); }

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

background-color css

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

 a { background-color: rgb(188,98,96); }

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

border-color css

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

 span { border-color: rgb(188,98,96); }

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