Html Css Color HEX #BD498B Mulberry

📋 copy color: '#BD498B'

red 189 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #BD498B

Tints of Mulberry #BD498B

RGB

 RED value IS 189 (74.22% from 255) = 47.13%

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 47.13%
G = 18.2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD498B (or 0xBD498B) is known color: Mulberry. HEX triplet: BD, 49 and 8B. RGB value is (189,73,139). Sum of RGB (Red+Green+Blue) = 189+73+139=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498B is #42B674. Grayscale: #737373. Windows color (decimal): -4372085 or 9128381. OLE color: 9128381.

HSL color Cylindrical-coordinate representation of color #BD498B: hue angle of 325.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD498B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 139 -
CMYK 0 0.61 0.26 0.26
HSL 325.86º 0.47% 0.51% -
HSV(B) 325.86º 0.61% 0.74% -
XYZ 28.03 17.45 26.32 -
YUV 115.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 189 73 139 0 0.61 0.26 0.26 325.86 0.47 0.51
Hex BD 49 8B 0 3D 1A 1A 146 2F 33
Octal 275 111 213 0 75 32 32 506 57 63
Binary 10111101 1001001 10001011 0 111101 11010 11010 101000110 101111 110011

Color Harmonies of #BD498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD498B

Black with #BD498B

Text Example


Text Example

White with #BD498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD498B; }

 p { color: rgb(189,73,139); }

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

background-color css

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

 a { background-color: rgb(189,73,139); }

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

border-color css

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

 span { border-color: rgb(189,73,139); }

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