Html Css Color HEX #B9608D Mulberry

📋 copy color: '#B9608D'

red 185 ◦ green 96 ◦ blue 141

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

Shades of Mulberry #B9608D

Tints of Mulberry #B9608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 43.84%
G = 22.75%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9608D (or 0xB9608D) is known color: Mulberry. HEX triplet: B9, 60 and 8D. RGB value is (185,96,141). Sum of RGB (Red+Green+Blue) = 185+96+141=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9608D is #469F72. Grayscale: #7F7F7F. Windows color (decimal): -4628339 or 9265337. OLE color: 9265337.

HSL color Cylindrical-coordinate representation of color #B9608D: hue angle of 329.66º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9608D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 141 -
CMYK 0 0.48 0.24 0.27
HSL 329.66º 0.39% 0.55% -
HSV(B) 329.66º 0.48% 0.73% -
XYZ 29 20.6 27.65 -
YUV 127.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 185 96 141 0 0.48 0.24 0.27 329.66 0.39 0.55
Hex B9 60 8D 0 30 18 1B 14A 27 37
Octal 271 140 215 0 60 30 33 512 47 67
Binary 10111001 1100000 10001101 0 110000 11000 11011 101001010 100111 110111

Color Harmonies of #B9608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9608D

Black with #B9608D

Text Example


Text Example

White with #B9608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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