Html Css Color HEX #B95A8F Mulberry

📋 copy color: '#B95A8F'

red 185 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #B95A8F

Tints of Mulberry #B95A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 44.26%
G = 21.53%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B95A8F (or 0xB95A8F) is known color: Mulberry. HEX triplet: B9, 5A and 8F. RGB value is (185,90,143). Sum of RGB (Red+Green+Blue) = 185+90+143=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A8F is #46A570. Grayscale: #7C7C7C. Windows color (decimal): -4629873 or 9394873. OLE color: 9394873.

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

Color convert

RGB 185 90 143 -
CMYK 0 0.51 0.23 0.27
HSL 326.53º 0.4% 0.54% -
HSV(B) 326.53º 0.51% 0.73% -
XYZ 28.62 19.61 28.26 -
YUV 124.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 185 90 143 0 0.51 0.23 0.27 326.53 0.4 0.54
Hex B9 5A 8F 0 33 17 1B 147 28 36
Octal 271 132 217 0 63 27 33 507 50 66
Binary 10111001 1011010 10001111 0 110011 10111 11011 101000111 101000 110110

Color Harmonies of #B95A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A8F

Black with #B95A8F

Text Example


Text Example

White with #B95A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A8F; }

 p { color: rgb(185,90,143); }

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

background-color css

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

 a { background-color: rgb(185,90,143); }

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

border-color css

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

 span { border-color: rgb(185,90,143); }

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