Html Css Color HEX #B7496B Royal Heath

📋 copy color: '#B7496B'

red 183 ◦ green 73 ◦ blue 107

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

Shades of Royal Heath #B7496B

Tints of Royal Heath #B7496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 50.41%
G = 20.11%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7496B (or 0xB7496B) is known color: Royal Heath. HEX triplet: B7, 49 and 6B. RGB value is (183,73,107). Sum of RGB (Red+Green+Blue) = 183+73+107=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7496B is #48B694. Grayscale: #6D6D6D. Windows color (decimal): -4765333 or 7031223. OLE color: 7031223.

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

Color convert

RGB 183 73 107 -
CMYK 0 0.60 0.42 0.28
HSL 341.45º 0.43% 0.5% -
HSV(B) 341.45º 0.6% 0.72% -
XYZ 24.56 15.89 15.68 -
YUV 109.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 183 73 107 0 0.60 0.42 0.28 341.45 0.43 0.5
Hex B7 49 6B 0 3C 2A 1C 155 2B 32
Octal 267 111 153 0 74 52 34 525 53 62
Binary 10110111 1001001 1101011 0 111100 101010 11100 101010101 101011 110010

Color Harmonies of #B7496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7496B

Black with #B7496B

Text Example


Text Example

White with #B7496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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