Html Css Color HEX #B95282 Mulberry

📋 copy color: '#B95282'

red 185 ◦ green 82 ◦ blue 130

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

Shades of Mulberry #B95282

Tints of Mulberry #B95282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 46.6%
G = 20.65%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95282 (or 0xB95282) is known color: Mulberry. HEX triplet: B9, 52 and 82. RGB value is (185,82,130). Sum of RGB (Red+Green+Blue) = 185+82+130=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B95282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95282 is #46AD7D. Grayscale: #767676. Windows color (decimal): -4631934 or 8540857. OLE color: 8540857.

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

Color convert

RGB 185 82 130 -
CMYK 0 0.56 0.30 0.27
HSL 332.04º 0.42% 0.52% -
HSV(B) 332.04º 0.56% 0.73% -
XYZ 27.05 17.96 23.16 -
YUV 118.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 185 82 130 0 0.56 0.30 0.27 332.04 0.42 0.52
Hex B9 52 82 0 38 1E 1B 14C 2A 34
Octal 271 122 202 0 70 36 33 514 52 64
Binary 10111001 1010010 10000010 0 111000 11110 11011 101001100 101010 110100

Color Harmonies of #B95282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95282

Black with #B95282

Text Example


Text Example

White with #B95282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95282; }

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

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

background-color css

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

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

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

border-color css

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

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

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