Html Css Color HEX #B95C5D Mandy

📋 copy color: '#B95C5D'

red 185 ◦ green 92 ◦ blue 93

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

Shades of Mandy #B95C5D

Tints of Mandy #B95C5D

RGB

 RED value IS 185 (72.66% from 255) = 50%

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 50%
G = 24.86%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B95C5D (or 0xB95C5D) is known color: Mandy. HEX triplet: B9, 5C and 5D. RGB value is (185,92,93). Sum of RGB (Red+Green+Blue) = 185+92+93=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C5D is #46A3A2. Grayscale: #787878. Windows color (decimal): -4629411 or 6118585. OLE color: 6118585.

HSL color Cylindrical-coordinate representation of color #B95C5D: hue angle of 359.35º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C5D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 93 -
CMYK 0 0.50 0.50 0.27
HSL 359.35º 0.4% 0.54% -
HSV(B) 359.35º 0.5% 0.73% -
XYZ 25.81 18.76 12.62 -
YUV 119.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 185 92 93 0 0.50 0.50 0.27 359.35 0.4 0.54
Hex B9 5C 5D 0 32 32 1B 167 28 36
Octal 271 134 135 0 62 62 33 547 50 66
Binary 10111001 1011100 1011101 0 110010 110010 11011 101100111 101000 110110

Color Harmonies of #B95C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C5D

Black with #B95C5D

Text Example


Text Example

White with #B95C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C5D; }

 p { color: rgb(185,92,93); }

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

background-color css

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

 a { background-color: rgb(185,92,93); }

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

border-color css

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

 span { border-color: rgb(185,92,93); }

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