Html Css Color HEX #BB498A Mulberry

📋 copy color: '#BB498A'

red 187 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #BB498A

Tints of Mulberry #BB498A

RGB

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

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

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

R = 46.98%
G = 18.34%
B = 34.67%

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

#BB498A (or 0xBB498A) is known color: Mulberry. HEX triplet: BB, 49 and 8A. RGB value is (187,73,138). Sum of RGB (Red+Green+Blue) = 187+73+138=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498A is #44B675. Grayscale: #727272. Windows color (decimal): -4503158 or 9062843. OLE color: 9062843.

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

Color convert

RGB 187 73 138 -
CMYK 0 0.61 0.26 0.27
HSL 325.79º 0.46% 0.51% -
HSV(B) 325.79º 0.61% 0.73% -
XYZ 27.46 17.16 25.91 -
YUV 114.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 187 73 138 0 0.61 0.26 0.27 325.79 0.46 0.51
Hex BB 49 8A 0 3D 1A 1B 146 2E 33
Octal 273 111 212 0 75 32 33 506 56 63
Binary 10111011 1001001 10001010 0 111101 11010 11011 101000110 101110 110011

Color Harmonies of #BB498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB498A

Black with #BB498A

Text Example


Text Example

White with #BB498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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