Html Css Color HEX #B26092 Mulberry

📋 copy color: '#B26092'

red 178 ◦ green 96 ◦ blue 146

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

Shades of Mulberry #B26092

Tints of Mulberry #B26092

RGB

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

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

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

R = 42.38%
G = 22.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B26092 (or 0xB26092) is known color: Mulberry. HEX triplet: B2, 60 and 92. RGB value is (178,96,146). Sum of RGB (Red+Green+Blue) = 178+96+146=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B26092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26092 is #4D9F6D. Grayscale: #7E7E7E. Windows color (decimal): -5087086 or 9593010. OLE color: 9593010.

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

Color convert

RGB 178 96 146 -
CMYK 0 0.46 0.18 0.30
HSL 323.41º 0.35% 0.54% -
HSV(B) 323.41º 0.46% 0.7% -
XYZ 27.73 19.91 29.57 -
YUV 126.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 178 96 146 0 0.46 0.18 0.30 323.41 0.35 0.54
Hex B2 60 92 0 2E 12 1E 143 23 36
Octal 262 140 222 0 56 22 36 503 43 66
Binary 10110010 1100000 10010010 0 101110 10010 11110 101000011 100011 110110

Color Harmonies of #B26092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26092

Black with #B26092

Text Example


Text Example

White with #B26092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26092; }

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

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

background-color css

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

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

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

border-color css

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

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

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