Html Css Color HEX #B46297 Mulberry

📋 copy color: '#B46297'

red 180 ◦ green 98 ◦ blue 151

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

Shades of Mulberry #B46297

Tints of Mulberry #B46297

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

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

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 41.96%
G = 22.84%
B = 35.2%

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

#B46297 (or 0xB46297) is known color: Mulberry. HEX triplet: B4, 62 and 97. RGB value is (180,98,151). Sum of RGB (Red+Green+Blue) = 180+98+151=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46297 is #4B9D68. Grayscale: #808080. Windows color (decimal): -4955497 or 9921204. OLE color: 9921204.

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

Color convert

RGB 180 98 151 -
CMYK 0 0.46 0.16 0.29
HSL 321.22º 0.35% 0.55% -
HSV(B) 321.22º 0.46% 0.71% -
XYZ 28.78 20.67 31.75 -
YUV 128.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 180 98 151 0 0.46 0.16 0.29 321.22 0.35 0.55
Hex B4 62 97 0 2E 10 1D 141 23 37
Octal 264 142 227 0 56 20 35 501 43 67
Binary 10110100 1100010 10010111 0 101110 10000 11101 101000001 100011 110111

Color Harmonies of #B46297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46297

Black with #B46297

Text Example


Text Example

White with #B46297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46297; }

 p { color: rgb(180,98,151); }

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

background-color css

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

 a { background-color: rgb(180,98,151); }

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

border-color css

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

 span { border-color: rgb(180,98,151); }

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