Html Css Color HEX #B65A90 Mulberry

📋 copy color: '#B65A90'

red 182 ◦ green 90 ◦ blue 144

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

Shades of Mulberry #B65A90

Tints of Mulberry #B65A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 43.75%
G = 21.63%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65A90 (or 0xB65A90) is known color: Mulberry. HEX triplet: B6, 5A and 90. RGB value is (182,90,144). Sum of RGB (Red+Green+Blue) = 182+90+144=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A90 is #49A56F. Grayscale: #7B7B7B. Windows color (decimal): -4826480 or 9460406. OLE color: 9460406.

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

Color convert

RGB 182 90 144 -
CMYK 0 0.51 0.21 0.29
HSL 324.78º 0.39% 0.53% -
HSV(B) 324.78º 0.51% 0.71% -
XYZ 27.98 19.27 28.63 -
YUV 123.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 182 90 144 0 0.51 0.21 0.29 324.78 0.39 0.53
Hex B6 5A 90 0 33 15 1D 145 27 35
Octal 266 132 220 0 63 25 35 505 47 65
Binary 10110110 1011010 10010000 0 110011 10101 11101 101000101 100111 110101

Color Harmonies of #B65A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A90

Black with #B65A90

Text Example


Text Example

White with #B65A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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