Html Css Color HEX #BF477A Royal Heath

📋 copy color: '#BF477A'

red 191 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #BF477A

Tints of Royal Heath #BF477A

RGB

 RED value IS 191 (75% from 255) = 49.74%

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

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

R = 49.74%
G = 18.49%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF477A (or 0xBF477A) is known color: Royal Heath. HEX triplet: BF, 47 and 7A. RGB value is (191,71,122). Sum of RGB (Red+Green+Blue) = 191+71+122=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF477A is #40B885. Grayscale: #707070. Windows color (decimal): -4241542 or 8013759. OLE color: 8013759.

HSL color Cylindrical-coordinate representation of color #BF477A: hue angle of 334.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF477A is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 122 -
CMYK 0 0.63 0.36 0.25
HSL 334.5º 0.48% 0.51% -
HSV(B) 334.5º 0.63% 0.75% -
XYZ 27.25 16.99 20.26 -
YUV 112.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 191 71 122 0 0.63 0.36 0.25 334.5 0.48 0.51
Hex BF 47 7A 0 3F 24 19 14E 30 33
Octal 277 107 172 0 77 44 31 516 60 63
Binary 10111111 1000111 1111010 0 111111 100100 11001 101001110 110000 110011

Color Harmonies of #BF477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF477A

Black with #BF477A

Text Example


Text Example

White with #BF477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF477A; }

 p { color: rgb(191,71,122); }

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

background-color css

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

 a { background-color: rgb(191,71,122); }

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

border-color css

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

 span { border-color: rgb(191,71,122); }

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