Html Css Color HEX #B26090 Mulberry

📋 copy color: '#B26090'

red 178 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #B26090

Tints of Mulberry #B26090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 42.58%
G = 22.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B26090 (or 0xB26090) is known color: Mulberry. HEX triplet: B2, 60 and 90. RGB value is (178,96,144). Sum of RGB (Red+Green+Blue) = 178+96+144=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B26090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26090 is #4D9F6F. Grayscale: #7D7D7D. Windows color (decimal): -5087088 or 9461938. OLE color: 9461938.

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

Color convert

RGB 178 96 144 -
CMYK 0 0.46 0.19 0.30
HSL 324.88º 0.35% 0.54% -
HSV(B) 324.88º 0.46% 0.7% -
XYZ 27.58 19.84 28.76 -
YUV 125.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 178 96 144 0 0.46 0.19 0.30 324.88 0.35 0.54
Hex B2 60 90 0 2E 13 1E 145 23 36
Octal 262 140 220 0 56 23 36 505 43 66
Binary 10110010 1100000 10010000 0 101110 10011 11110 101000101 100011 110110

Color Harmonies of #B26090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26090

Black with #B26090

Text Example


Text Example

White with #B26090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26090; }

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

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

background-color css

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

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

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

border-color css

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

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

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