Html Css Color HEX #B96295 Mulberry

📋 copy color: '#B96295'

red 185 ◦ green 98 ◦ blue 149

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

Shades of Mulberry #B96295

Tints of Mulberry #B96295

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

 GREEN value IS 98 (38.67% from 255) = 22.69%

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

R = 42.82%
G = 22.69%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B96295 (or 0xB96295) is known color: Mulberry. HEX triplet: B9, 62 and 95. RGB value is (185,98,149). Sum of RGB (Red+Green+Blue) = 185+98+149=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96295 is #469D6A. Grayscale: #818181. Windows color (decimal): -4627819 or 9790137. OLE color: 9790137.

HSL color Cylindrical-coordinate representation of color #B96295: hue angle of 324.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96295 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 149 -
CMYK 0 0.47 0.19 0.27
HSL 324.83º 0.38% 0.55% -
HSV(B) 324.83º 0.47% 0.73% -
XYZ 29.8 21.22 30.96 -
YUV 129.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 185 98 149 0 0.47 0.19 0.27 324.83 0.38 0.55
Hex B9 62 95 0 2F 13 1B 145 26 37
Octal 271 142 225 0 57 23 33 505 46 67
Binary 10111001 1100010 10010101 0 101111 10011 11011 101000101 100110 110111

Color Harmonies of #B96295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96295

Black with #B96295

Text Example


Text Example

White with #B96295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96295; }

 p { color: rgb(185,98,149); }

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

background-color css

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

 a { background-color: rgb(185,98,149); }

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

border-color css

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

 span { border-color: rgb(185,98,149); }

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