Html Css Color HEX #B8608C Mulberry

📋 copy color: '#B8608C'

red 184 ◦ green 96 ◦ blue 140

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

Shades of Mulberry #B8608C

Tints of Mulberry #B8608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 43.81%
G = 22.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8608C (or 0xB8608C) is known color: Mulberry. HEX triplet: B8, 60 and 8C. RGB value is (184,96,140). Sum of RGB (Red+Green+Blue) = 184+96+140=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8608C is #479F73. Grayscale: #7F7F7F. Windows color (decimal): -4693876 or 9199800. OLE color: 9199800.

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

Color convert

RGB 184 96 140 -
CMYK 0 0.48 0.24 0.28
HSL 330º 0.38% 0.55% -
HSV(B) 330º 0.48% 0.72% -
XYZ 28.68 20.45 27.25 -
YUV 127.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 184 96 140 0 0.48 0.24 0.28 330 0.38 0.55
Hex B8 60 8C 0 30 18 1C 14A 26 37
Octal 270 140 214 0 60 30 34 512 46 67
Binary 10111000 1100000 10001100 0 110000 11000 11100 101001010 100110 110111

Color Harmonies of #B8608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8608C

Black with #B8608C

Text Example


Text Example

White with #B8608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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