Html Css Color HEX #B26094 Mulberry

📋 copy color: '#B26094'

red 178 ◦ green 96 ◦ blue 148

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

Shades of Mulberry #B26094

Tints of Mulberry #B26094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 42.18%
G = 22.75%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26094 (or 0xB26094) is known color: Mulberry. HEX triplet: B2, 60 and 94. RGB value is (178,96,148). Sum of RGB (Red+Green+Blue) = 178+96+148=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26094 is #4D9F6B. Grayscale: #7E7E7E. Windows color (decimal): -5087084 or 9724082. OLE color: 9724082.

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

Color convert

RGB 178 96 148 -
CMYK 0 0.46 0.17 0.30
HSL 321.95º 0.35% 0.54% -
HSV(B) 321.95º 0.46% 0.7% -
XYZ 27.89 19.97 30.4 -
YUV 126.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 178 96 148 0 0.46 0.17 0.30 321.95 0.35 0.54
Hex B2 60 94 0 2E 11 1E 142 23 36
Octal 262 140 224 0 56 21 36 502 43 66
Binary 10110010 1100000 10010100 0 101110 10001 11110 101000010 100011 110110

Color Harmonies of #B26094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26094

Black with #B26094

Text Example


Text Example

White with #B26094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26094; }

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

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

background-color css

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

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

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

border-color css

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

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

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