Html Css Color HEX #B7497B Royal Heath

📋 copy color: '#B7497B'

red 183 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #B7497B

Tints of Royal Heath #B7497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 48.28%
G = 19.26%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7497B (or 0xB7497B) is known color: Royal Heath. HEX triplet: B7, 49 and 7B. RGB value is (183,73,123). Sum of RGB (Red+Green+Blue) = 183+73+123=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497B is #48B684. Grayscale: #6F6F6F. Windows color (decimal): -4765317 or 8079799. OLE color: 8079799.

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

Color convert

RGB 183 73 123 -
CMYK 0 0.60 0.33 0.28
HSL 332.73º 0.43% 0.5% -
HSV(B) 332.73º 0.6% 0.72% -
XYZ 25.49 16.26 20.53 -
YUV 111.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 183 73 123 0 0.60 0.33 0.28 332.73 0.43 0.5
Hex B7 49 7B 0 3C 21 1C 14D 2B 32
Octal 267 111 173 0 74 41 34 515 53 62
Binary 10110111 1001001 1111011 0 111100 100001 11100 101001101 101011 110010

Color Harmonies of #B7497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7497B

Black with #B7497B

Text Example


Text Example

White with #B7497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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