Html Css Color HEX #B26292 Mulberry

📋 copy color: '#B26292'

red 178 ◦ green 98 ◦ blue 146

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

Shades of Mulberry #B26292

Tints of Mulberry #B26292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 42.18%
G = 23.22%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B26292 (or 0xB26292) is known color: Mulberry. HEX triplet: B2, 62 and 92. RGB value is (178,98,146). Sum of RGB (Red+Green+Blue) = 178+98+146=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B26292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26292 is #4D9D6D. Grayscale: #7F7F7F. Windows color (decimal): -5086574 or 9593522. OLE color: 9593522.

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

Color convert

RGB 178 98 146 -
CMYK 0 0.45 0.18 0.30
HSL 324º 0.34% 0.54% -
HSV(B) 324º 0.45% 0.7% -
XYZ 27.92 20.28 29.64 -
YUV 127.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 178 98 146 0 0.45 0.18 0.30 324 0.34 0.54
Hex B2 62 92 0 2D 12 1E 144 22 36
Octal 262 142 222 0 55 22 36 504 42 66
Binary 10110010 1100010 10010010 0 101101 10010 11110 101000100 100010 110110

Color Harmonies of #B26292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26292

Black with #B26292

Text Example


Text Example

White with #B26292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26292; }

 p { color: rgb(178,98,146); }

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

background-color css

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

 a { background-color: rgb(178,98,146); }

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

border-color css

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

 span { border-color: rgb(178,98,146); }

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