Html Css Color HEX #B94E8B Mulberry

📋 copy color: '#B94E8B'

red 185 ◦ green 78 ◦ blue 139

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

Shades of Mulberry #B94E8B

Tints of Mulberry #B94E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.4%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 46.02%
G = 19.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B94E8B (or 0xB94E8B) is known color: Mulberry. HEX triplet: B9, 4E and 8B. RGB value is (185,78,139). Sum of RGB (Red+Green+Blue) = 185+78+139=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E8B is #46B174. Grayscale: #747474. Windows color (decimal): -4632949 or 9129657. OLE color: 9129657.

HSL color Cylindrical-coordinate representation of color #B94E8B: hue angle of 325.79º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E8B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 139 -
CMYK 0 0.58 0.25 0.27
HSL 325.79º 0.43% 0.52% -
HSV(B) 325.79º 0.58% 0.73% -
XYZ 27.39 17.63 26.38 -
YUV 116.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 185 78 139 0 0.58 0.25 0.27 325.79 0.43 0.52
Hex B9 4E 8B 0 3A 19 1B 146 2B 34
Octal 271 116 213 0 72 31 33 506 53 64
Binary 10111001 1001110 10001011 0 111010 11001 11011 101000110 101011 110100

Color Harmonies of #B94E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E8B

Black with #B94E8B

Text Example


Text Example

White with #B94E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E8B; }

 p { color: rgb(185,78,139); }

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

background-color css

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

 a { background-color: rgb(185,78,139); }

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

border-color css

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

 span { border-color: rgb(185,78,139); }

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