Html Css Color HEX #B9438C Mulberry

📋 copy color: '#B9438C'

red 185 ◦ green 67 ◦ blue 140

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

Shades of Mulberry #B9438C

Tints of Mulberry #B9438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 47.19%
G = 17.09%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9438C (or 0xB9438C) is known color: Mulberry. HEX triplet: B9, 43 and 8C. RGB value is (185,67,140). Sum of RGB (Red+Green+Blue) = 185+67+140=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9438C is #46BC73. Grayscale: #6E6E6E. Windows color (decimal): -4635764 or 9192377. OLE color: 9192377.

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

Color convert

RGB 185 67 140 -
CMYK 0 0.64 0.24 0.27
HSL 322.88º 0.47% 0.49% -
HSV(B) 322.88º 0.64% 0.73% -
XYZ 26.75 16.22 26.53 -
YUV 110.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 185 67 140 0 0.64 0.24 0.27 322.88 0.47 0.49
Hex B9 43 8C 0 40 18 1B 143 2F 31
Octal 271 103 214 0 100 30 33 503 57 61
Binary 10111001 1000011 10001100 0 1000000 11000 11011 101000011 101111 110001

Color Harmonies of #B9438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9438C

Black with #B9438C

Text Example


Text Example

White with #B9438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9438C; }

 p { color: rgb(185,67,140); }

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

background-color css

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

 a { background-color: rgb(185,67,140); }

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

border-color css

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

 span { border-color: rgb(185,67,140); }

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