Html Css Color HEX #B95C8D Mulberry

📋 copy color: '#B95C8D'

red 185 ◦ green 92 ◦ blue 141

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

Shades of Mulberry #B95C8D

Tints of Mulberry #B95C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 44.26%
G = 22.01%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B95C8D (or 0xB95C8D) is known color: Mulberry. HEX triplet: B9, 5C and 8D. RGB value is (185,92,141). Sum of RGB (Red+Green+Blue) = 185+92+141=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C8D is #46A372. Grayscale: #7D7D7D. Windows color (decimal): -4629363 or 9264313. OLE color: 9264313.

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

Color convert

RGB 185 92 141 -
CMYK 0 0.50 0.24 0.27
HSL 328.39º 0.4% 0.54% -
HSV(B) 328.39º 0.5% 0.73% -
XYZ 28.64 19.89 27.53 -
YUV 125.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 185 92 141 0 0.50 0.24 0.27 328.39 0.4 0.54
Hex B9 5C 8D 0 32 18 1B 148 28 36
Octal 271 134 215 0 62 30 33 510 50 66
Binary 10111001 1011100 10001101 0 110010 11000 11011 101001000 101000 110110

Color Harmonies of #B95C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C8D

Black with #B95C8D

Text Example


Text Example

White with #B95C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C8D; }

 p { color: rgb(185,92,141); }

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

background-color css

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

 a { background-color: rgb(185,92,141); }

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

border-color css

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

 span { border-color: rgb(185,92,141); }

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