Html Css Color HEX #B06291 Mulberry

📋 copy color: '#B06291'

red 176 ◦ green 98 ◦ blue 145

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

Shades of Mulberry #B06291

Tints of Mulberry #B06291

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 42%
G = 23.39%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06291 (or 0xB06291) is known color: Mulberry. HEX triplet: B0, 62 and 91. RGB value is (176,98,145). Sum of RGB (Red+Green+Blue) = 176+98+145=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06291 is #4F9D6E. Grayscale: #7E7E7E. Windows color (decimal): -5217647 or 9527984. OLE color: 9527984.

HSL color Cylindrical-coordinate representation of color #B06291: hue angle of 323.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06291 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 145 -
CMYK 0 0.44 0.18 0.31
HSL 323.85º 0.33% 0.54% -
HSV(B) 323.85º 0.44% 0.69% -
XYZ 27.38 20.01 29.21 -
YUV 126.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 176 98 145 0 0.44 0.18 0.31 323.85 0.33 0.54
Hex B0 62 91 0 2C 12 1F 144 21 36
Octal 260 142 221 0 54 22 37 504 41 66
Binary 10110000 1100010 10010001 0 101100 10010 11111 101000100 100001 110110

Color Harmonies of #B06291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06291

Black with #B06291

Text Example


Text Example

White with #B06291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06291; }

 p { color: rgb(176,98,145); }

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

background-color css

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

 a { background-color: rgb(176,98,145); }

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

border-color css

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

 span { border-color: rgb(176,98,145); }

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