Html Css Color HEX #B26096 Mulberry

📋 copy color: '#B26096'

red 178 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #B26096

Tints of Mulberry #B26096

RGB

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

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

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

R = 41.98%
G = 22.64%
B = 35.38%

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

#B26096 (or 0xB26096) is known color: Mulberry. HEX triplet: B2, 60 and 96. RGB value is (178,96,150). Sum of RGB (Red+Green+Blue) = 178+96+150=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26096 is #4D9F69. Grayscale: #7E7E7E. Windows color (decimal): -5087082 or 9855154. OLE color: 9855154.

HSL color Cylindrical-coordinate representation of color #B26096: hue angle of 320.49º 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 #B26096 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 150 -
CMYK 0 0.46 0.16 0.30
HSL 320.49º 0.35% 0.54% -
HSV(B) 320.49º 0.46% 0.7% -
XYZ 28.05 20.03 31.24 -
YUV 126.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 178 96 150 0 0.46 0.16 0.30 320.49 0.35 0.54
Hex B2 60 96 0 2E 10 1E 140 23 36
Octal 262 140 226 0 56 20 36 500 43 66
Binary 10110010 1100000 10010110 0 101110 10000 11110 101000000 100011 110110

Color Harmonies of #B26096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26096

Black with #B26096

Text Example


Text Example

White with #B26096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26096; }

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

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

background-color css

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

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

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

border-color css

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

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

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