Html Css Color HEX #B8608E Mulberry

📋 copy color: '#B8608E'

red 184 ◦ green 96 ◦ blue 142

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

Shades of Mulberry #B8608E

Tints of Mulberry #B8608E

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 43.6%
G = 22.75%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8608E (or 0xB8608E) is known color: Mulberry. HEX triplet: B8, 60 and 8E. RGB value is (184,96,142). Sum of RGB (Red+Green+Blue) = 184+96+142=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8608E is #479F71. Grayscale: #7F7F7F. Windows color (decimal): -4693874 or 9330872. OLE color: 9330872.

HSL color Cylindrical-coordinate representation of color #B8608E: hue angle of 328.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8608E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 142 -
CMYK 0 0.48 0.23 0.28
HSL 328.64º 0.38% 0.55% -
HSV(B) 328.64º 0.48% 0.72% -
XYZ 28.83 20.51 28.03 -
YUV 127.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 184 96 142 0 0.48 0.23 0.28 328.64 0.38 0.55
Hex B8 60 8E 0 30 17 1C 149 26 37
Octal 270 140 216 0 60 27 34 511 46 67
Binary 10111000 1100000 10001110 0 110000 10111 11100 101001001 100110 110111

Color Harmonies of #B8608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8608E

Black with #B8608E

Text Example


Text Example

White with #B8608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8608E; }

 p { color: rgb(184,96,142); }

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

background-color css

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

 a { background-color: rgb(184,96,142); }

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

border-color css

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

 span { border-color: rgb(184,96,142); }

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