Html Css Color HEX #BC6062 Mandy

📋 copy color: '#BC6062'

red 188 ◦ green 96 ◦ blue 98

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

Shades of Mandy #BC6062

Tints of Mandy #BC6062

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 188 96 98 -
CMYK 0 0.49 0.48 0.26
HSL 358.7º 0.41% 0.56% -
HSV(B) 358.7º 0.49% 0.74% -
XYZ 27.13 19.94 13.97 -
YUV 123.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 188 96 98 0 0.49 0.48 0.26 358.7 0.41 0.56
Hex BC 60 62 0 31 30 1A 167 29 38
Octal 274 140 142 0 61 60 32 547 51 70
Binary 10111100 1100000 1100010 0 110001 110000 11010 101100111 101001 111000

Color Harmonies of #BC6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6062

Black with #BC6062

Text Example


Text Example

White with #BC6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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