Html Css Color HEX #B95154 Mandy

📋 copy color: '#B95154'

red 185 ◦ green 81 ◦ blue 84

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

Shades of Mandy #B95154

Tints of Mandy #B95154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 52.86%
G = 23.14%
B = 24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B95154 (or 0xB95154) is known color: Mandy. HEX triplet: B9, 51 and 54. RGB value is (185,81,84). Sum of RGB (Red+Green+Blue) = 185+81+84=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B95154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95154 is #46AEAB. Grayscale: #707070. Windows color (decimal): -4632236 or 5525945. OLE color: 5525945.

HSL color Cylindrical-coordinate representation of color #B95154: hue angle of 358.27º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95154 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 84 -
CMYK 0 0.56 0.55 0.27
HSL 358.27º 0.43% 0.52% -
HSV(B) 358.27º 0.56% 0.73% -
XYZ 24.55 16.84 10.34 -
YUV 112.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 185 81 84 0 0.56 0.55 0.27 358.27 0.43 0.52
Hex B9 51 54 0 38 37 1B 166 2B 34
Octal 271 121 124 0 70 67 33 546 53 64
Binary 10111001 1010001 1010100 0 111000 110111 11011 101100110 101011 110100

Color Harmonies of #B95154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95154

Black with #B95154

Text Example


Text Example

White with #B95154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95154; }

 p { color: rgb(185,81,84); }

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

background-color css

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

 a { background-color: rgb(185,81,84); }

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

border-color css

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

 span { border-color: rgb(185,81,84); }

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