Html Css Color HEX #B7497F Royal Heath

📋 copy color: '#B7497F'

red 183 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #B7497F

Tints of Royal Heath #B7497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 47.78%
G = 19.06%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7497F (or 0xB7497F) is known color: Royal Heath. HEX triplet: B7, 49 and 7F. RGB value is (183,73,127). Sum of RGB (Red+Green+Blue) = 183+73+127=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497F is #48B680. Grayscale: #6F6F6F. Windows color (decimal): -4765313 or 8341943. OLE color: 8341943.

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

Color convert

RGB 183 73 127 -
CMYK 0 0.60 0.31 0.28
HSL 330.55º 0.43% 0.5% -
HSV(B) 330.55º 0.6% 0.72% -
XYZ 25.74 16.36 21.88 -
YUV 112.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 183 73 127 0 0.60 0.31 0.28 330.55 0.43 0.5
Hex B7 49 7F 0 3C 1F 1C 14B 2B 32
Octal 267 111 177 0 74 37 34 513 53 62
Binary 10110111 1001001 1111111 0 111100 11111 11100 101001011 101011 110010

Color Harmonies of #B7497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7497F

Black with #B7497F

Text Example


Text Example

White with #B7497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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