Html Css Color HEX #B7477F Royal Heath

📋 copy color: '#B7477F'

red 183 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #B7477F

Tints of Royal Heath #B7477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 48.03%
G = 18.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7477F (or 0xB7477F) is known color: Royal Heath. HEX triplet: B7, 47 and 7F. RGB value is (183,71,127). Sum of RGB (Red+Green+Blue) = 183+71+127=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7477F is #48B880. Grayscale: #6E6E6E. Windows color (decimal): -4765825 or 8341431. OLE color: 8341431.

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

Color convert

RGB 183 71 127 -
CMYK 0 0.61 0.31 0.28
HSL 330º 0.44% 0.5% -
HSV(B) 330º 0.61% 0.72% -
XYZ 25.61 16.11 21.84 -
YUV 110.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 183 71 127 0 0.61 0.31 0.28 330 0.44 0.5
Hex B7 47 7F 0 3D 1F 1C 14A 2C 32
Octal 267 107 177 0 75 37 34 512 54 62
Binary 10110111 1000111 1111111 0 111101 11111 11100 101001010 101100 110010

Color Harmonies of #B7477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7477F

Black with #B7477F

Text Example


Text Example

White with #B7477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7477F; }

 p { color: rgb(183,71,127); }

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

background-color css

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

 a { background-color: rgb(183,71,127); }

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

border-color css

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

 span { border-color: rgb(183,71,127); }

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