Html Css Color HEX #BB6098 Mulberry

📋 copy color: '#BB6098'

red 187 ◦ green 96 ◦ blue 152

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

Shades of Mulberry #BB6098

Tints of Mulberry #BB6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 42.99%
G = 22.07%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6098 (or 0xBB6098) is known color: Mulberry. HEX triplet: BB, 60 and 98. RGB value is (187,96,152). Sum of RGB (Red+Green+Blue) = 187+96+152=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6098 is #449F67. Grayscale: #818181. Windows color (decimal): -4497256 or 9986235. OLE color: 9986235.

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

Color convert

RGB 187 96 152 -
CMYK 0 0.49 0.19 0.27
HSL 323.08º 0.4% 0.55% -
HSV(B) 323.08º 0.49% 0.73% -
XYZ 30.34 21.2 32.2 -
YUV 129.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 187 96 152 0 0.49 0.19 0.27 323.08 0.4 0.55
Hex BB 60 98 0 31 13 1B 143 28 37
Octal 273 140 230 0 61 23 33 503 50 67
Binary 10111011 1100000 10011000 0 110001 10011 11011 101000011 101000 110111

Color Harmonies of #BB6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6098

Black with #BB6098

Text Example


Text Example

White with #BB6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6098; }

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

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

background-color css

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

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

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

border-color css

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

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

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