Html Css Color HEX #B7608E Mulberry

📋 copy color: '#B7608E'

red 183 ◦ green 96 ◦ blue 142

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

Shades of Mulberry #B7608E

Tints of Mulberry #B7608E

RGB

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

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

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

R = 43.47%
G = 22.8%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7608E (or 0xB7608E) is known color: Mulberry. HEX triplet: B7, 60 and 8E. RGB value is (183,96,142). Sum of RGB (Red+Green+Blue) = 183+96+142=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608E is #489F71. Grayscale: #7F7F7F. Windows color (decimal): -4759410 or 9330871. OLE color: 9330871.

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

Color convert

RGB 183 96 142 -
CMYK 0 0.48 0.22 0.28
HSL 328.28º 0.38% 0.55% -
HSV(B) 328.28º 0.48% 0.72% -
XYZ 28.59 20.39 28.02 -
YUV 127.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 183 96 142 0 0.48 0.22 0.28 328.28 0.38 0.55
Hex B7 60 8E 0 30 16 1C 148 26 37
Octal 267 140 216 0 60 26 34 510 46 67
Binary 10110111 1100000 10001110 0 110000 10110 11100 101001000 100110 110111

Color Harmonies of #B7608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7608E

Black with #B7608E

Text Example


Text Example

White with #B7608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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