Html Css Color HEX #B8608D Mulberry

📋 copy color: '#B8608D'

red 184 ◦ green 96 ◦ blue 141

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

Shades of Mulberry #B8608D

Tints of Mulberry #B8608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 43.71%
G = 22.8%
B = 33.49%

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

#B8608D (or 0xB8608D) is known color: Mulberry. HEX triplet: B8, 60 and 8D. RGB value is (184,96,141). Sum of RGB (Red+Green+Blue) = 184+96+141=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8608D is #479F72. Grayscale: #7F7F7F. Windows color (decimal): -4693875 or 9265336. OLE color: 9265336.

HSL color Cylindrical-coordinate representation of color #B8608D: hue angle of 329.32º 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 #B8608D is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 141 -
CMYK 0 0.48 0.23 0.28
HSL 329.32º 0.38% 0.55% -
HSV(B) 329.32º 0.48% 0.72% -
XYZ 28.76 20.48 27.64 -
YUV 127.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 184 96 141 0 0.48 0.23 0.28 329.32 0.38 0.55
Hex B8 60 8D 0 30 17 1C 149 26 37
Octal 270 140 215 0 60 27 34 511 46 67
Binary 10111000 1100000 10001101 0 110000 10111 11100 101001001 100110 110111

Color Harmonies of #B8608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8608D

Black with #B8608D

Text Example


Text Example

White with #B8608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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