Html Css Color HEX #B7487A Royal Heath

📋 copy color: '#B7487A'

red 183 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #B7487A

Tints of Royal Heath #B7487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 48.54%
G = 19.1%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7487A (or 0xB7487A) is known color: Royal Heath. HEX triplet: B7, 48 and 7A. RGB value is (183,72,122). Sum of RGB (Red+Green+Blue) = 183+72+122=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7487A is #48B785. Grayscale: #6E6E6E. Windows color (decimal): -4765574 or 8014007. OLE color: 8014007.

HSL color Cylindrical-coordinate representation of color #B7487A: hue angle of 332.97º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7487A is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 122 -
CMYK 0 0.61 0.33 0.28
HSL 332.97º 0.44% 0.5% -
HSV(B) 332.97º 0.61% 0.72% -
XYZ 25.36 16.11 20.18 -
YUV 110.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 183 72 122 0 0.61 0.33 0.28 332.97 0.44 0.5
Hex B7 48 7A 0 3D 21 1C 14D 2C 32
Octal 267 110 172 0 75 41 34 515 54 62
Binary 10110111 1001000 1111010 0 111101 100001 11100 101001101 101100 110010

Color Harmonies of #B7487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7487A

Black with #B7487A

Text Example


Text Example

White with #B7487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7487A; }

 p { color: rgb(183,72,122); }

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

background-color css

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

 a { background-color: rgb(183,72,122); }

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

border-color css

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

 span { border-color: rgb(183,72,122); }

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