Html Css Color HEX #BB538B Mulberry

📋 copy color: '#BB538B'

red 187 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #BB538B

Tints of Mulberry #BB538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 45.72%
G = 20.29%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB538B (or 0xBB538B) is known color: Mulberry. HEX triplet: BB, 53 and 8B. RGB value is (187,83,139). Sum of RGB (Red+Green+Blue) = 187+83+139=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB538B is #44AC74. Grayscale: #787878. Windows color (decimal): -4500597 or 9130939. OLE color: 9130939.

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

Color convert

RGB 187 83 139 -
CMYK 0 0.56 0.26 0.27
HSL 327.69º 0.43% 0.53% -
HSV(B) 327.69º 0.56% 0.73% -
XYZ 28.25 18.62 26.53 -
YUV 120.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 187 83 139 0 0.56 0.26 0.27 327.69 0.43 0.53
Hex BB 53 8B 0 38 1A 1B 148 2B 35
Octal 273 123 213 0 70 32 33 510 53 65
Binary 10111011 1010011 10001011 0 111000 11010 11011 101001000 101011 110101

Color Harmonies of #BB538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB538B

Black with #BB538B

Text Example


Text Example

White with #BB538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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