Html Css Color HEX #B95082 Mulberry

📋 copy color: '#B95082'

red 185 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #B95082

Tints of Mulberry #B95082

RGB

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

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

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

R = 46.84%
G = 20.25%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95082 (or 0xB95082) is known color: Mulberry. HEX triplet: B9, 50 and 82. RGB value is (185,80,130). Sum of RGB (Red+Green+Blue) = 185+80+130=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95082 is #46AF7D. Grayscale: #747474. Windows color (decimal): -4632446 or 8540345. OLE color: 8540345.

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

Color convert

RGB 185 80 130 -
CMYK 0 0.57 0.30 0.27
HSL 331.43º 0.43% 0.52% -
HSV(B) 331.43º 0.57% 0.73% -
XYZ 26.91 17.66 23.11 -
YUV 117.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 185 80 130 0 0.57 0.30 0.27 331.43 0.43 0.52
Hex B9 50 82 0 39 1E 1B 14B 2B 34
Octal 271 120 202 0 71 36 33 513 53 64
Binary 10111001 1010000 10000010 0 111001 11110 11011 101001011 101011 110100

Color Harmonies of #B95082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95082

Black with #B95082

Text Example


Text Example

White with #B95082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95082; }

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

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

background-color css

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

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

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

border-color css

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

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

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