Html Css Color HEX #B65D95 Mulberry

📋 copy color: '#B65D95'

red 182 ◦ green 93 ◦ blue 149

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

Shades of Mulberry #B65D95

Tints of Mulberry #B65D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 42.92%
G = 21.93%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B65D95 (or 0xB65D95) is known color: Mulberry. HEX triplet: B6, 5D and 95. RGB value is (182,93,149). Sum of RGB (Red+Green+Blue) = 182+93+149=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D95 is #49A26A. Grayscale: #7D7D7D. Windows color (decimal): -4825707 or 9788854. OLE color: 9788854.

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

Color convert

RGB 182 93 149 -
CMYK 0 0.49 0.18 0.29
HSL 322.25º 0.38% 0.54% -
HSV(B) 322.25º 0.49% 0.71% -
XYZ 28.63 19.94 30.77 -
YUV 126 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 182 93 149 0 0.49 0.18 0.29 322.25 0.38 0.54
Hex B6 5D 95 0 31 12 1D 142 26 36
Octal 266 135 225 0 61 22 35 502 46 66
Binary 10110110 1011101 10010101 0 110001 10010 11101 101000010 100110 110110

Color Harmonies of #B65D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D95

Black with #B65D95

Text Example


Text Example

White with #B65D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D95; }

 p { color: rgb(182,93,149); }

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

background-color css

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

 a { background-color: rgb(182,93,149); }

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

border-color css

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

 span { border-color: rgb(182,93,149); }

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