Html Css Color HEX #B06194 Mulberry

📋 copy color: '#B06194'

red 176 ◦ green 97 ◦ blue 148

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

Shades of Mulberry #B06194

Tints of Mulberry #B06194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 41.81%
G = 23.04%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06194 (or 0xB06194) is known color: Mulberry. HEX triplet: B0, 61 and 94. RGB value is (176,97,148). Sum of RGB (Red+Green+Blue) = 176+97+148=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B06194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06194 is #4F9E6B. Grayscale: #7E7E7E. Windows color (decimal): -5217900 or 9724336. OLE color: 9724336.

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

Color convert

RGB 176 97 148 -
CMYK 0 0.45 0.16 0.31
HSL 321.27º 0.33% 0.54% -
HSV(B) 321.27º 0.45% 0.69% -
XYZ 27.52 19.92 30.41 -
YUV 126.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 176 97 148 0 0.45 0.16 0.31 321.27 0.33 0.54
Hex B0 61 94 0 2D 10 1F 141 21 36
Octal 260 141 224 0 55 20 37 501 41 66
Binary 10110000 1100001 10010100 0 101101 10000 11111 101000001 100001 110110

Color Harmonies of #B06194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06194

Black with #B06194

Text Example


Text Example

White with #B06194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06194; }

 p { color: rgb(176,97,148); }

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

background-color css

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

 a { background-color: rgb(176,97,148); }

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

border-color css

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

 span { border-color: rgb(176,97,148); }

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