Html Css Color HEX #B95051 Mandy

📋 copy color: '#B95051'

red 185 ◦ green 80 ◦ blue 81

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

Shades of Mandy #B95051

Tints of Mandy #B95051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 53.47%
G = 23.12%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B95051 (or 0xB95051) is known color: Mandy. HEX triplet: B9, 50 and 51. RGB value is (185,80,81). Sum of RGB (Red+Green+Blue) = 185+80+81=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B95051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95051 is #46AFAE. Grayscale: #6F6F6F. Windows color (decimal): -4632495 or 5329081. OLE color: 5329081.

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

Color convert

RGB 185 80 81 -
CMYK 0 0.57 0.56 0.27
HSL 359.43º 0.43% 0.52% -
HSV(B) 359.43º 0.57% 0.73% -
XYZ 24.36 16.65 9.71 -
YUV 111.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 185 80 81 0 0.57 0.56 0.27 359.43 0.43 0.52
Hex B9 50 51 0 39 38 1B 167 2B 34
Octal 271 120 121 0 71 70 33 547 53 64
Binary 10111001 1010000 1010001 0 111001 111000 11011 101100111 101011 110100

Color Harmonies of #B95051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95051

Black with #B95051

Text Example


Text Example

White with #B95051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95051; }

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

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

background-color css

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

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

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

border-color css

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

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

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