Html Css Color HEX #BC6365 Mandy

📋 copy color: '#BC6365'

red 188 ◦ green 99 ◦ blue 101

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

Shades of Mandy #BC6365

Tints of Mandy #BC6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 48.45%
G = 25.52%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC6365 (or 0xBC6365) is known color: Mandy. HEX triplet: BC, 63 and 65. RGB value is (188,99,101). Sum of RGB (Red+Green+Blue) = 188+99+101=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6365 is #439C9A. Grayscale: #7D7D7D. Windows color (decimal): -4431003 or 6644668. OLE color: 6644668.

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

Color convert

RGB 188 99 101 -
CMYK 0 0.47 0.46 0.26
HSL 358.65º 0.4% 0.56% -
HSV(B) 358.65º 0.47% 0.74% -
XYZ 27.55 20.55 14.83 -
YUV 125.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 188 99 101 0 0.47 0.46 0.26 358.65 0.4 0.56
Hex BC 63 65 0 2F 2E 1A 167 28 38
Octal 274 143 145 0 57 56 32 547 50 70
Binary 10111100 1100011 1100101 0 101111 101110 11010 101100111 101000 111000

Color Harmonies of #BC6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6365

Black with #BC6365

Text Example


Text Example

White with #BC6365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6365; }

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

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

background-color css

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

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

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

border-color css

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

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

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