Html Css Color HEX #B76293 Mulberry

📋 copy color: '#B76293'

red 183 ◦ green 98 ◦ blue 147

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

Shades of Mulberry #B76293

Tints of Mulberry #B76293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 42.76%
G = 22.9%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B76293 (or 0xB76293) is known color: Mulberry. HEX triplet: B7, 62 and 93. RGB value is (183,98,147). Sum of RGB (Red+Green+Blue) = 183+98+147=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B76293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76293 is #489D6C. Grayscale: #808080. Windows color (decimal): -4758893 or 9659063. OLE color: 9659063.

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

Color convert

RGB 183 98 147 -
CMYK 0 0.46 0.20 0.28
HSL 325.41º 0.37% 0.55% -
HSV(B) 325.41º 0.46% 0.72% -
XYZ 29.16 20.91 30.1 -
YUV 129 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 183 98 147 0 0.46 0.20 0.28 325.41 0.37 0.55
Hex B7 62 93 0 2E 14 1C 145 25 37
Octal 267 142 223 0 56 24 34 505 45 67
Binary 10110111 1100010 10010011 0 101110 10100 11100 101000101 100101 110111

Color Harmonies of #B76293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76293

Black with #B76293

Text Example


Text Example

White with #B76293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76293; }

 p { color: rgb(183,98,147); }

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

background-color css

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

 a { background-color: rgb(183,98,147); }

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

border-color css

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

 span { border-color: rgb(183,98,147); }

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