Html Css Color HEX #B9629D Mulberry

📋 copy color: '#B9629D'

red 185 ◦ green 98 ◦ blue 157

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

Shades of Mulberry #B9629D

Tints of Mulberry #B9629D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 42.05%
G = 22.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9629D (or 0xB9629D) is known color: Mulberry. HEX triplet: B9, 62 and 9D. RGB value is (185,98,157). Sum of RGB (Red+Green+Blue) = 185+98+157=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9629D is #469D62. Grayscale: #828282. Windows color (decimal): -4627811 or 10314425. OLE color: 10314425.

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

Color convert

RGB 185 98 157 -
CMYK 0 0.47 0.15 0.27
HSL 319.31º 0.38% 0.55% -
HSV(B) 319.31º 0.47% 0.73% -
XYZ 30.46 21.48 34.44 -
YUV 130.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 185 98 157 0 0.47 0.15 0.27 319.31 0.38 0.55
Hex B9 62 9D 0 2F F 1B 13F 26 37
Octal 271 142 235 0 57 17 33 477 46 67
Binary 10111001 1100010 10011101 0 101111 1111 11011 100111111 100110 110111

Color Harmonies of #B9629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9629D

Black with #B9629D

Text Example


Text Example

White with #B9629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9629D; }

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

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

background-color css

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

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

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

border-color css

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

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

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