Html Css Color HEX #B7608C Mulberry

📋 copy color: '#B7608C'

red 183 ◦ green 96 ◦ blue 140

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

Shades of Mulberry #B7608C

Tints of Mulberry #B7608C

RGB

 RED value IS 183 (71.88% from 255) = 43.68%

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

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

R = 43.68%
G = 22.91%
B = 33.41%

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

#B7608C (or 0xB7608C) is known color: Mulberry. HEX triplet: B7, 60 and 8C. RGB value is (183,96,140). Sum of RGB (Red+Green+Blue) = 183+96+140=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608C is #489F73. Grayscale: #7E7E7E. Windows color (decimal): -4759412 or 9199799. OLE color: 9199799.

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

Color convert

RGB 183 96 140 -
CMYK 0 0.48 0.23 0.28
HSL 329.66º 0.38% 0.55% -
HSV(B) 329.66º 0.48% 0.72% -
XYZ 28.44 20.33 27.24 -
YUV 127.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 183 96 140 0 0.48 0.23 0.28 329.66 0.38 0.55
Hex B7 60 8C 0 30 17 1C 14A 26 37
Octal 267 140 214 0 60 27 34 512 46 67
Binary 10110111 1100000 10001100 0 110000 10111 11100 101001010 100110 110111

Color Harmonies of #B7608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7608C

Black with #B7608C

Text Example


Text Example

White with #B7608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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