Html Css Color HEX #B06090 Mulberry

📋 copy color: '#B06090'

red 176 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #B06090

Tints of Mulberry #B06090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06090 (or 0xB06090) is known color: Mulberry. HEX triplet: B0, 60 and 90. RGB value is (176,96,144). Sum of RGB (Red+Green+Blue) = 176+96+144=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B06090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06090 is #4F9F6F. Grayscale: #7D7D7D. Windows color (decimal): -5218160 or 9461936. OLE color: 9461936.

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

Color convert

RGB 176 96 144 -
CMYK 0 0.45 0.18 0.31
HSL 324º 0.34% 0.53% -
HSV(B) 324º 0.45% 0.69% -
XYZ 27.12 19.61 28.74 -
YUV 125.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 176 96 144 0 0.45 0.18 0.31 324 0.34 0.53
Hex B0 60 90 0 2D 12 1F 144 22 35
Octal 260 140 220 0 55 22 37 504 42 65
Binary 10110000 1100000 10010000 0 101101 10010 11111 101000100 100010 110101

Color Harmonies of #B06090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06090

Black with #B06090

Text Example


Text Example

White with #B06090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06090; }

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

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

background-color css

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

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

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

border-color css

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

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

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