Html Css Color HEX #B7497E Royal Heath

📋 copy color: '#B7497E'

red 183 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #B7497E

Tints of Royal Heath #B7497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 47.91%
G = 19.11%
B = 32.98%

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

#B7497E (or 0xB7497E) is known color: Royal Heath. HEX triplet: B7, 49 and 7E. RGB value is (183,73,126). Sum of RGB (Red+Green+Blue) = 183+73+126=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497E is #48B681. Grayscale: #6F6F6F. Windows color (decimal): -4765314 or 8276407. OLE color: 8276407.

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

Color convert

RGB 183 73 126 -
CMYK 0 0.60 0.31 0.28
HSL 331.09º 0.43% 0.5% -
HSV(B) 331.09º 0.6% 0.72% -
XYZ 25.68 16.34 21.54 -
YUV 111.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 183 73 126 0 0.60 0.31 0.28 331.09 0.43 0.5
Hex B7 49 7E 0 3C 1F 1C 14B 2B 32
Octal 267 111 176 0 74 37 34 513 53 62
Binary 10110111 1001001 1111110 0 111100 11111 11100 101001011 101011 110010

Color Harmonies of #B7497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7497E

Black with #B7497E

Text Example


Text Example

White with #B7497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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