Html Css Color HEX #B64397 Mulberry

📋 copy color: '#B64397'

red 182 ◦ green 67 ◦ blue 151

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

Shades of Mulberry #B64397

Tints of Mulberry #B64397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.75%

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

R = 45.5%
G = 16.75%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B64397 (or 0xB64397) is known color: Mulberry. HEX triplet: B6, 43 and 97. RGB value is (182,67,151). Sum of RGB (Red+Green+Blue) = 182+67+151=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B64397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64397 is #49BC68. Grayscale: #6E6E6E. Windows color (decimal): -4832361 or 9913270. OLE color: 9913270.

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

Color convert

RGB 182 67 151 -
CMYK 0 0.63 0.17 0.29
HSL 316.17º 0.46% 0.49% -
HSV(B) 316.17º 0.63% 0.71% -
XYZ 26.88 16.19 30.99 -
YUV 110.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 182 67 151 0 0.63 0.17 0.29 316.17 0.46 0.49
Hex B6 43 97 0 3F 11 1D 13C 2E 31
Octal 266 103 227 0 77 21 35 474 56 61
Binary 10110110 1000011 10010111 0 111111 10001 11101 100111100 101110 110001

Color Harmonies of #B64397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64397

Black with #B64397

Text Example


Text Example

White with #B64397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64397; }

 p { color: rgb(182,67,151); }

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

background-color css

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

 a { background-color: rgb(182,67,151); }

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

border-color css

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

 span { border-color: rgb(182,67,151); }

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