Html Css Color HEX #B7496F Royal Heath

📋 copy color: '#B7496F'

red 183 ◦ green 73 ◦ blue 111

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

Shades of Royal Heath #B7496F

Tints of Royal Heath #B7496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 49.86%
G = 19.89%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7496F (or 0xB7496F) is known color: Royal Heath. HEX triplet: B7, 49 and 6F. RGB value is (183,73,111). Sum of RGB (Red+Green+Blue) = 183+73+111=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7496F is #48B690. Grayscale: #6E6E6E. Windows color (decimal): -4765329 or 7293367. OLE color: 7293367.

HSL color Cylindrical-coordinate representation of color #B7496F: hue angle of 339.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7496F is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 111 -
CMYK 0 0.60 0.39 0.28
HSL 339.27º 0.43% 0.5% -
HSV(B) 339.27º 0.6% 0.72% -
XYZ 24.78 15.98 16.82 -
YUV 110.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 183 73 111 0 0.60 0.39 0.28 339.27 0.43 0.5
Hex B7 49 6F 0 3C 27 1C 153 2B 32
Octal 267 111 157 0 74 47 34 523 53 62
Binary 10110111 1001001 1101111 0 111100 100111 11100 101010011 101011 110010

Color Harmonies of #B7496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7496F

Black with #B7496F

Text Example


Text Example

White with #B7496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7496F; }

 p { color: rgb(183,73,111); }

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

background-color css

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

 a { background-color: rgb(183,73,111); }

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

border-color css

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

 span { border-color: rgb(183,73,111); }

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