Html Css Color HEX #B66293 Mulberry

📋 copy color: '#B66293'

red 182 ◦ green 98 ◦ blue 147

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

Shades of Mulberry #B66293

Tints of Mulberry #B66293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 42.62%
G = 22.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B66293 (or 0xB66293) is known color: Mulberry. HEX triplet: B6, 62 and 93. RGB value is (182,98,147). Sum of RGB (Red+Green+Blue) = 182+98+147=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B66293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66293 is #499D6C. Grayscale: #808080. Windows color (decimal): -4824429 or 9659062. OLE color: 9659062.

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

Color convert

RGB 182 98 147 -
CMYK 0 0.46 0.19 0.29
HSL 325º 0.37% 0.55% -
HSV(B) 325º 0.46% 0.71% -
XYZ 28.93 20.79 30.09 -
YUV 128.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 182 98 147 0 0.46 0.19 0.29 325 0.37 0.55
Hex B6 62 93 0 2E 13 1D 145 25 37
Octal 266 142 223 0 56 23 35 505 45 67
Binary 10110110 1100010 10010011 0 101110 10011 11101 101000101 100101 110111

Color Harmonies of #B66293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66293

Black with #B66293

Text Example


Text Example

White with #B66293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66293; }

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

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

background-color css

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

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

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

border-color css

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

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

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