Html Css Color HEX #BB6096 Mulberry

📋 copy color: '#BB6096'

red 187 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #BB6096

Tints of Mulberry #BB6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 43.19%
G = 22.17%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6096 (or 0xBB6096) is known color: Mulberry. HEX triplet: BB, 60 and 96. RGB value is (187,96,150). Sum of RGB (Red+Green+Blue) = 187+96+150=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6096 is #449F69. Grayscale: #818181. Windows color (decimal): -4497258 or 9855163. OLE color: 9855163.

HSL color Cylindrical-coordinate representation of color #BB6096: hue angle of 324.4º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6096 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 150 -
CMYK 0 0.49 0.20 0.27
HSL 324.4º 0.4% 0.55% -
HSV(B) 324.4º 0.49% 0.73% -
XYZ 30.18 21.13 31.34 -
YUV 129.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 187 96 150 0 0.49 0.20 0.27 324.4 0.4 0.55
Hex BB 60 96 0 31 14 1B 144 28 37
Octal 273 140 226 0 61 24 33 504 50 67
Binary 10111011 1100000 10010110 0 110001 10100 11011 101000100 101000 110111

Color Harmonies of #BB6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6096

Black with #BB6096

Text Example


Text Example

White with #BB6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6096; }

 p { color: rgb(187,96,150); }

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

background-color css

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

 a { background-color: rgb(187,96,150); }

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

border-color css

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

 span { border-color: rgb(187,96,150); }

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