Html Css Color HEX #B65A91 Mulberry

📋 copy color: '#B65A91'

red 182 ◦ green 90 ◦ blue 145

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

Shades of Mulberry #B65A91

Tints of Mulberry #B65A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 43.65%
G = 21.58%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B65A91 (or 0xB65A91) is known color: Mulberry. HEX triplet: B6, 5A and 91. RGB value is (182,90,145). Sum of RGB (Red+Green+Blue) = 182+90+145=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A91 is #49A56E. Grayscale: #7B7B7B. Windows color (decimal): -4826479 or 9525942. OLE color: 9525942.

HSL color Cylindrical-coordinate representation of color #B65A91: hue angle of 324.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A91 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 145 -
CMYK 0 0.51 0.20 0.29
HSL 324.13º 0.39% 0.53% -
HSV(B) 324.13º 0.51% 0.71% -
XYZ 28.06 19.3 29.03 -
YUV 123.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 182 90 145 0 0.51 0.20 0.29 324.13 0.39 0.53
Hex B6 5A 91 0 33 14 1D 144 27 35
Octal 266 132 221 0 63 24 35 504 47 65
Binary 10110110 1011010 10010001 0 110011 10100 11101 101000100 100111 110101

Color Harmonies of #B65A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A91

Black with #B65A91

Text Example


Text Example

White with #B65A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A91; }

 p { color: rgb(182,90,145); }

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

background-color css

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

 a { background-color: rgb(182,90,145); }

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

border-color css

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

 span { border-color: rgb(182,90,145); }

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