Html Css Color HEX #B9629C Mulberry

📋 copy color: '#B9629C'

red 185 ◦ green 98 ◦ blue 156

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

Shades of Mulberry #B9629C

Tints of Mulberry #B9629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 42.14%
G = 22.32%
B = 35.54%

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

#B9629C (or 0xB9629C) is known color: Mulberry. HEX triplet: B9, 62 and 9C. RGB value is (185,98,156). Sum of RGB (Red+Green+Blue) = 185+98+156=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9629C is #469D63. Grayscale: #828282. Windows color (decimal): -4627812 or 10248889. OLE color: 10248889.

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

Color convert

RGB 185 98 156 -
CMYK 0 0.47 0.16 0.27
HSL 320º 0.38% 0.55% -
HSV(B) 320º 0.47% 0.73% -
XYZ 30.38 21.45 33.99 -
YUV 130.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 185 98 156 0 0.47 0.16 0.27 320 0.38 0.55
Hex B9 62 9C 0 2F 10 1B 140 26 37
Octal 271 142 234 0 57 20 33 500 46 67
Binary 10111001 1100010 10011100 0 101111 10000 11011 101000000 100110 110111

Color Harmonies of #B9629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9629C

Black with #B9629C

Text Example


Text Example

White with #B9629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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