Html Css Color HEX #B66298 Mulberry

📋 copy color: '#B66298'

red 182 ◦ green 98 ◦ blue 152

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

Shades of Mulberry #B66298

Tints of Mulberry #B66298

RGB

 RED value IS 182 (71.48% from 255) = 42.13%

 GREEN value IS 98 (38.67% from 255) = 22.69%

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

R = 42.13%
G = 22.69%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B66298 (or 0xB66298) is known color: Mulberry. HEX triplet: B6, 62 and 98. RGB value is (182,98,152). Sum of RGB (Red+Green+Blue) = 182+98+152=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B66298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66298 is #499D67. Grayscale: #818181. Windows color (decimal): -4824424 or 9986742. OLE color: 9986742.

HSL color Cylindrical-coordinate representation of color #B66298: hue angle of 321.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66298 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 152 -
CMYK 0 0.46 0.16 0.29
HSL 321.43º 0.37% 0.55% -
HSV(B) 321.43º 0.46% 0.71% -
XYZ 29.33 20.95 32.2 -
YUV 129.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 182 98 152 0 0.46 0.16 0.29 321.43 0.37 0.55
Hex B6 62 98 0 2E 10 1D 141 25 37
Octal 266 142 230 0 56 20 35 501 45 67
Binary 10110110 1100010 10011000 0 101110 10000 11101 101000001 100101 110111

Color Harmonies of #B66298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66298

Black with #B66298

Text Example


Text Example

White with #B66298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66298; }

 p { color: rgb(182,98,152); }

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

background-color css

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

 a { background-color: rgb(182,98,152); }

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

border-color css

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

 span { border-color: rgb(182,98,152); }

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