Html Css Color HEX #B95256 Mandy

📋 copy color: '#B95256'

red 185 ◦ green 82 ◦ blue 86

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

Shades of Mandy #B95256

Tints of Mandy #B95256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 52.41%
G = 23.23%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B95256 (or 0xB95256) is known color: Mandy. HEX triplet: B9, 52 and 56. RGB value is (185,82,86). Sum of RGB (Red+Green+Blue) = 185+82+86=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95256 is #46ADA9. Grayscale: #717171. Windows color (decimal): -4631978 or 5657273. OLE color: 5657273.

HSL color Cylindrical-coordinate representation of color #B95256: hue angle of 357.67º degrees, saturation: 0.42, 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 #B95256 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 86 -
CMYK 0 0.56 0.54 0.27
HSL 357.67º 0.42% 0.52% -
HSV(B) 357.67º 0.56% 0.73% -
XYZ 24.7 17.02 10.79 -
YUV 113.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 185 82 86 0 0.56 0.54 0.27 357.67 0.42 0.52
Hex B9 52 56 0 38 36 1B 166 2A 34
Octal 271 122 126 0 70 66 33 546 52 64
Binary 10111001 1010010 1010110 0 111000 110110 11011 101100110 101010 110100

Color Harmonies of #B95256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95256

Black with #B95256

Text Example


Text Example

White with #B95256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95256; }

 p { color: rgb(185,82,86); }

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

background-color css

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

 a { background-color: rgb(185,82,86); }

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

border-color css

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

 span { border-color: rgb(185,82,86); }

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