Html Css Color HEX #B9629B Mulberry

📋 copy color: '#B9629B'

red 185 ◦ green 98 ◦ blue 155

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

Shades of Mulberry #B9629B

Tints of Mulberry #B9629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 42.24%
G = 22.37%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9629B (or 0xB9629B) is known color: Mulberry. HEX triplet: B9, 62 and 9B. RGB value is (185,98,155). Sum of RGB (Red+Green+Blue) = 185+98+155=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9629B is #469D64. Grayscale: #828282. Windows color (decimal): -4627813 or 10183353. OLE color: 10183353.

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

Color convert

RGB 185 98 155 -
CMYK 0 0.47 0.16 0.27
HSL 320.69º 0.38% 0.55% -
HSV(B) 320.69º 0.47% 0.73% -
XYZ 30.29 21.42 33.55 -
YUV 130.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 185 98 155 0 0.47 0.16 0.27 320.69 0.38 0.55
Hex B9 62 9B 0 2F 10 1B 141 26 37
Octal 271 142 233 0 57 20 33 501 46 67
Binary 10111001 1100010 10011011 0 101111 10000 11011 101000001 100110 110111

Color Harmonies of #B9629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9629B

Black with #B9629B

Text Example


Text Example

White with #B9629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9629B; }

 p { color: rgb(185,98,155); }

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

background-color css

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

 a { background-color: rgb(185,98,155); }

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

border-color css

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

 span { border-color: rgb(185,98,155); }

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