Html Css Color HEX #BB448B Mulberry

📋 copy color: '#BB448B'

red 187 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #BB448B

Tints of Mulberry #BB448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 47.46%
G = 17.26%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB448B (or 0xBB448B) is known color: Mulberry. HEX triplet: BB, 44 and 8B. RGB value is (187,68,139). Sum of RGB (Red+Green+Blue) = 187+68+139=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB448B is #44BB74. Grayscale: #6F6F6F. Windows color (decimal): -4504437 or 9127099. OLE color: 9127099.

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

Color convert

RGB 187 68 139 -
CMYK 0 0.64 0.26 0.27
HSL 324.2º 0.47% 0.5% -
HSV(B) 324.2º 0.64% 0.73% -
XYZ 27.22 16.56 26.19 -
YUV 111.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 187 68 139 0 0.64 0.26 0.27 324.2 0.47 0.5
Hex BB 44 8B 0 40 1A 1B 144 2F 32
Octal 273 104 213 0 100 32 33 504 57 62
Binary 10111011 1000100 10001011 0 1000000 11010 11011 101000100 101111 110010

Color Harmonies of #BB448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB448B

Black with #BB448B

Text Example


Text Example

White with #BB448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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