Html Css Color HEX #B9438E Mulberry

📋 copy color: '#B9438E'

red 185 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #B9438E

Tints of Mulberry #B9438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 46.95%
G = 17.01%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9438E (or 0xB9438E) is known color: Mulberry. HEX triplet: B9, 43 and 8E. RGB value is (185,67,142). Sum of RGB (Red+Green+Blue) = 185+67+142=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9438E is #46BC71. Grayscale: #6E6E6E. Windows color (decimal): -4635762 or 9323449. OLE color: 9323449.

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

Color convert

RGB 185 67 142 -
CMYK 0 0.64 0.23 0.27
HSL 321.86º 0.47% 0.49% -
HSV(B) 321.86º 0.64% 0.73% -
XYZ 26.9 16.28 27.32 -
YUV 110.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 185 67 142 0 0.64 0.23 0.27 321.86 0.47 0.49
Hex B9 43 8E 0 40 17 1B 142 2F 31
Octal 271 103 216 0 100 27 33 502 57 61
Binary 10111001 1000011 10001110 0 1000000 10111 11011 101000010 101111 110001

Color Harmonies of #B9438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9438E

Black with #B9438E

Text Example


Text Example

White with #B9438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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