Html Css Color HEX #B04697 Mulberry

📋 copy color: '#B04697'

red 176 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #B04697

Tints of Mulberry #B04697

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 44.33%
G = 17.63%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04697 (or 0xB04697) is known color: Mulberry. HEX triplet: B0, 46 and 97. RGB value is (176,70,151). Sum of RGB (Red+Green+Blue) = 176+70+151=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B04697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04697 is #4FB968. Grayscale: #6E6E6E. Windows color (decimal): -5224809 or 9914032. OLE color: 9914032.

HSL color Cylindrical-coordinate representation of color #B04697: hue angle of 314.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04697 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 151 -
CMYK 0 0.60 0.14 0.31
HSL 314.15º 0.43% 0.48% -
HSV(B) 314.15º 0.6% 0.69% -
XYZ 25.68 15.84 30.98 -
YUV 110.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 176 70 151 0 0.60 0.14 0.31 314.15 0.43 0.48
Hex B0 46 97 0 3C E 1F 13A 2B 30
Octal 260 106 227 0 74 16 37 472 53 60
Binary 10110000 1000110 10010111 0 111100 1110 11111 100111010 101011 110000

Color Harmonies of #B04697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04697

Black with #B04697

Text Example


Text Example

White with #B04697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04697; }

 p { color: rgb(176,70,151); }

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

background-color css

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

 a { background-color: rgb(176,70,151); }

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

border-color css

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

 span { border-color: rgb(176,70,151); }

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