Html Css Color HEX #B95D8A Mulberry

📋 copy color: '#B95D8A'

red 185 ◦ green 93 ◦ blue 138

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

Shades of Mulberry #B95D8A

Tints of Mulberry #B95D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 44.47%
G = 22.36%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B95D8A (or 0xB95D8A) is known color: Mulberry. HEX triplet: B9, 5D and 8A. RGB value is (185,93,138). Sum of RGB (Red+Green+Blue) = 185+93+138=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D8A is #46A275. Grayscale: #7D7D7D. Windows color (decimal): -4629110 or 9067961. OLE color: 9067961.

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

Color convert

RGB 185 93 138 -
CMYK 0 0.50 0.25 0.27
HSL 330.65º 0.4% 0.55% -
HSV(B) 330.65º 0.5% 0.73% -
XYZ 28.51 19.98 26.4 -
YUV 125.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 185 93 138 0 0.50 0.25 0.27 330.65 0.4 0.55
Hex B9 5D 8A 0 32 19 1B 14B 28 37
Octal 271 135 212 0 62 31 33 513 50 67
Binary 10111001 1011101 10001010 0 110010 11001 11011 101001011 101000 110111

Color Harmonies of #B95D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D8A

Black with #B95D8A

Text Example


Text Example

White with #B95D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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