Html Css Color HEX #B96296 Mulberry

📋 copy color: '#B96296'

red 185 ◦ green 98 ◦ blue 150

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

Shades of Mulberry #B96296

Tints of Mulberry #B96296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 42.73%
G = 22.63%
B = 34.64%

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

#B96296 (or 0xB96296) is known color: Mulberry. HEX triplet: B9, 62 and 96. RGB value is (185,98,150). Sum of RGB (Red+Green+Blue) = 185+98+150=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96296 is #469D69. Grayscale: #818181. Windows color (decimal): -4627818 or 9855673. OLE color: 9855673.

HSL color Cylindrical-coordinate representation of color #B96296: hue angle of 324.14º 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 #B96296 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 150 -
CMYK 0 0.47 0.19 0.27
HSL 324.14º 0.38% 0.55% -
HSV(B) 324.14º 0.47% 0.73% -
XYZ 29.88 21.25 31.38 -
YUV 129.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 185 98 150 0 0.47 0.19 0.27 324.14 0.38 0.55
Hex B9 62 96 0 2F 13 1B 144 26 37
Octal 271 142 226 0 57 23 33 504 46 67
Binary 10111001 1100010 10010110 0 101111 10011 11011 101000100 100110 110111

Color Harmonies of #B96296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96296

Black with #B96296

Text Example


Text Example

White with #B96296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96296; }

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

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

background-color css

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

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

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

border-color css

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

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

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