Html Css Color HEX #BB498D Mulberry

📋 copy color: '#BB498D'

red 187 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #BB498D

Tints of Mulberry #BB498D

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 46.63%
G = 18.2%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB498D (or 0xBB498D) is known color: Mulberry. HEX triplet: BB, 49 and 8D. RGB value is (187,73,141). Sum of RGB (Red+Green+Blue) = 187+73+141=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498D is #44B672. Grayscale: #727272. Windows color (decimal): -4503155 or 9259451. OLE color: 9259451.

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

Color convert

RGB 187 73 141 -
CMYK 0 0.61 0.25 0.27
HSL 324.21º 0.46% 0.51% -
HSV(B) 324.21º 0.61% 0.73% -
XYZ 27.68 17.25 27.07 -
YUV 114.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 187 73 141 0 0.61 0.25 0.27 324.21 0.46 0.51
Hex BB 49 8D 0 3D 19 1B 144 2E 33
Octal 273 111 215 0 75 31 33 504 56 63
Binary 10111011 1001001 10001101 0 111101 11001 11011 101000100 101110 110011

Color Harmonies of #BB498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB498D

Black with #BB498D

Text Example


Text Example

White with #BB498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB498D; }

 p { color: rgb(187,73,141); }

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

background-color css

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

 a { background-color: rgb(187,73,141); }

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

border-color css

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

 span { border-color: rgb(187,73,141); }

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