Html Css Color HEX #B26095 Mulberry

📋 copy color: '#B26095'

red 178 ◦ green 96 ◦ blue 149

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

Shades of Mulberry #B26095

Tints of Mulberry #B26095

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 42.08%
G = 22.7%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B26095 (or 0xB26095) is known color: Mulberry. HEX triplet: B2, 60 and 95. RGB value is (178,96,149). Sum of RGB (Red+Green+Blue) = 178+96+149=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26095 is #4D9F6A. Grayscale: #7E7E7E. Windows color (decimal): -5087083 or 9789618. OLE color: 9789618.

HSL color Cylindrical-coordinate representation of color #B26095: hue angle of 321.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26095 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 149 -
CMYK 0 0.46 0.16 0.30
HSL 321.22º 0.35% 0.54% -
HSV(B) 321.22º 0.46% 0.7% -
XYZ 27.97 20 30.82 -
YUV 126.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 178 96 149 0 0.46 0.16 0.30 321.22 0.35 0.54
Hex B2 60 95 0 2E 10 1E 141 23 36
Octal 262 140 225 0 56 20 36 501 43 66
Binary 10110010 1100000 10010101 0 101110 10000 11110 101000001 100011 110110

Color Harmonies of #B26095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26095

Black with #B26095

Text Example


Text Example

White with #B26095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26095; }

 p { color: rgb(178,96,149); }

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

background-color css

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

 a { background-color: rgb(178,96,149); }

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

border-color css

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

 span { border-color: rgb(178,96,149); }

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