Html Css Color HEX #BB498B Mulberry

📋 copy color: '#BB498B'

red 187 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #BB498B

Tints of Mulberry #BB498B

RGB

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

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

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

R = 46.87%
G = 18.3%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB498B (or 0xBB498B) is known color: Mulberry. HEX triplet: BB, 49 and 8B. RGB value is (187,73,139). Sum of RGB (Red+Green+Blue) = 187+73+139=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498B is #44B674. Grayscale: #727272. Windows color (decimal): -4503157 or 9128379. OLE color: 9128379.

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

Color convert

RGB 187 73 139 -
CMYK 0 0.61 0.26 0.27
HSL 325.26º 0.46% 0.51% -
HSV(B) 325.26º 0.61% 0.73% -
XYZ 27.54 17.19 26.29 -
YUV 114.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 187 73 139 0 0.61 0.26 0.27 325.26 0.46 0.51
Hex BB 49 8B 0 3D 1A 1B 145 2E 33
Octal 273 111 213 0 75 32 33 505 56 63
Binary 10111011 1001001 10001011 0 111101 11010 11011 101000101 101110 110011

Color Harmonies of #BB498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB498B

Black with #BB498B

Text Example


Text Example

White with #BB498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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