Html Css Color HEX #BB6195 Mulberry

📋 copy color: '#BB6195'

red 187 ◦ green 97 ◦ blue 149

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

Shades of Mulberry #BB6195

Tints of Mulberry #BB6195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 43.19%
G = 22.4%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB6195 (or 0xBB6195) is known color: Mulberry. HEX triplet: BB, 61 and 95. RGB value is (187,97,149). Sum of RGB (Red+Green+Blue) = 187+97+149=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6195 is #449E6A. Grayscale: #818181. Windows color (decimal): -4497003 or 9789883. OLE color: 9789883.

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

Color convert

RGB 187 97 149 -
CMYK 0 0.48 0.20 0.27
HSL 325.33º 0.4% 0.56% -
HSV(B) 325.33º 0.48% 0.73% -
XYZ 30.19 21.28 30.95 -
YUV 129.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 187 97 149 0 0.48 0.20 0.27 325.33 0.4 0.56
Hex BB 61 95 0 30 14 1B 145 28 38
Octal 273 141 225 0 60 24 33 505 50 70
Binary 10111011 1100001 10010101 0 110000 10100 11011 101000101 101000 111000

Color Harmonies of #BB6195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6195

Black with #BB6195

Text Example


Text Example

White with #BB6195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6195; }

 p { color: rgb(187,97,149); }

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

background-color css

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

 a { background-color: rgb(187,97,149); }

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

border-color css

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

 span { border-color: rgb(187,97,149); }

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