Html Css Color HEX #B7496C Royal Heath

📋 copy color: '#B7496C'

red 183 ◦ green 73 ◦ blue 108

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

Shades of Royal Heath #B7496C

Tints of Royal Heath #B7496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 50.27%
G = 20.05%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7496C (or 0xB7496C) is known color: Royal Heath. HEX triplet: B7, 49 and 6C. RGB value is (183,73,108). Sum of RGB (Red+Green+Blue) = 183+73+108=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7496C is #48B693. Grayscale: #6D6D6D. Windows color (decimal): -4765332 or 7096759. OLE color: 7096759.

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

Color convert

RGB 183 73 108 -
CMYK 0 0.60 0.41 0.28
HSL 340.91º 0.43% 0.5% -
HSV(B) 340.91º 0.6% 0.72% -
XYZ 24.62 15.92 15.96 -
YUV 109.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 183 73 108 0 0.60 0.41 0.28 340.91 0.43 0.5
Hex B7 49 6C 0 3C 29 1C 155 2B 32
Octal 267 111 154 0 74 51 34 525 53 62
Binary 10110111 1001001 1101100 0 111100 101001 11100 101010101 101011 110010

Color Harmonies of #B7496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7496C

Black with #B7496C

Text Example


Text Example

White with #B7496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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