Html Css Color HEX #B7527C Royal Heath

📋 copy color: '#B7527C'

red 183 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #B7527C

Tints of Royal Heath #B7527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 47.04%
G = 21.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7527C (or 0xB7527C) is known color: Royal Heath. HEX triplet: B7, 52 and 7C. RGB value is (183,82,124). Sum of RGB (Red+Green+Blue) = 183+82+124=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7527C is #48AD83. Grayscale: #747474. Windows color (decimal): -4763012 or 8147639. OLE color: 8147639.

HSL color Cylindrical-coordinate representation of color #B7527C: hue angle of 335.05º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7527C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 124 -
CMYK 0 0.55 0.32 0.28
HSL 335.05º 0.41% 0.52% -
HSV(B) 335.05º 0.55% 0.72% -
XYZ 26.18 17.56 21.08 -
YUV 116.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 183 82 124 0 0.55 0.32 0.28 335.05 0.41 0.52
Hex B7 52 7C 0 37 20 1C 14F 29 34
Octal 267 122 174 0 67 40 34 517 51 64
Binary 10110111 1010010 1111100 0 110111 100000 11100 101001111 101001 110100

Color Harmonies of #B7527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7527C

Black with #B7527C

Text Example


Text Example

White with #B7527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7527C; }

 p { color: rgb(183,82,124); }

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

background-color css

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

 a { background-color: rgb(183,82,124); }

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

border-color css

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

 span { border-color: rgb(183,82,124); }

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