Html Css Color HEX #B9438A Mulberry

📋 copy color: '#B9438A'

red 185 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #B9438A

Tints of Mulberry #B9438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 47.44%
G = 17.18%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9438A (or 0xB9438A) is known color: Mulberry. HEX triplet: B9, 43 and 8A. RGB value is (185,67,138). Sum of RGB (Red+Green+Blue) = 185+67+138=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9438A is #46BC75. Grayscale: #6E6E6E. Windows color (decimal): -4635766 or 9061305. OLE color: 9061305.

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

Color convert

RGB 185 67 138 -
CMYK 0 0.64 0.25 0.27
HSL 323.9º 0.47% 0.49% -
HSV(B) 323.9º 0.64% 0.73% -
XYZ 26.6 16.16 25.76 -
YUV 110.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 185 67 138 0 0.64 0.25 0.27 323.9 0.47 0.49
Hex B9 43 8A 0 40 19 1B 144 2F 31
Octal 271 103 212 0 100 31 33 504 57 61
Binary 10111001 1000011 10001010 0 1000000 11001 11011 101000100 101111 110001

Color Harmonies of #B9438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9438A

Black with #B9438A

Text Example


Text Example

White with #B9438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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