Html Css Color HEX #B96192 Mulberry

📋 copy color: '#B96192'

red 185 ◦ green 97 ◦ blue 146

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

Shades of Mulberry #B96192

Tints of Mulberry #B96192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 43.22%
G = 22.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B96192 (or 0xB96192) is known color: Mulberry. HEX triplet: B9, 61 and 92. RGB value is (185,97,146). Sum of RGB (Red+Green+Blue) = 185+97+146=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B96192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96192 is #469E6D. Grayscale: #808080. Windows color (decimal): -4628078 or 9593273. OLE color: 9593273.

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

Color convert

RGB 185 97 146 -
CMYK 0 0.48 0.21 0.27
HSL 326.59º 0.39% 0.55% -
HSV(B) 326.59º 0.48% 0.73% -
XYZ 29.47 20.94 29.68 -
YUV 128.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 185 97 146 0 0.48 0.21 0.27 326.59 0.39 0.55
Hex B9 61 92 0 30 15 1B 147 27 37
Octal 271 141 222 0 60 25 33 507 47 67
Binary 10111001 1100001 10010010 0 110000 10101 11011 101000111 100111 110111

Color Harmonies of #B96192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96192

Black with #B96192

Text Example


Text Example

White with #B96192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96192; }

 p { color: rgb(185,97,146); }

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

background-color css

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

 a { background-color: rgb(185,97,146); }

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

border-color css

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

 span { border-color: rgb(185,97,146); }

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