Html Css Color HEX #B06092 Mulberry

📋 copy color: '#B06092'

red 176 ◦ green 96 ◦ blue 146

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

Shades of Mulberry #B06092

Tints of Mulberry #B06092

RGB

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

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

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

R = 42.11%
G = 22.97%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B06092 (or 0xB06092) is known color: Mulberry. HEX triplet: B0, 60 and 92. RGB value is (176,96,146). Sum of RGB (Red+Green+Blue) = 176+96+146=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B06092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06092 is #4F9F6D. Grayscale: #7D7D7D. Windows color (decimal): -5218158 or 9593008. OLE color: 9593008.

HSL color Cylindrical-coordinate representation of color #B06092: hue angle of 322.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06092 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 146 -
CMYK 0 0.45 0.17 0.31
HSL 322.5º 0.34% 0.53% -
HSV(B) 322.5º 0.45% 0.69% -
XYZ 27.28 19.67 29.55 -
YUV 125.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 176 96 146 0 0.45 0.17 0.31 322.5 0.34 0.53
Hex B0 60 92 0 2D 11 1F 142 22 35
Octal 260 140 222 0 55 21 37 502 42 65
Binary 10110000 1100000 10010010 0 101101 10001 11111 101000010 100010 110101

Color Harmonies of #B06092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06092

Black with #B06092

Text Example


Text Example

White with #B06092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06092; }

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

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

background-color css

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

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

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

border-color css

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

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

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