Html Css Color HEX #BF487B Royal Heath

📋 copy color: '#BF487B'

red 191 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #BF487B

Tints of Royal Heath #BF487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 49.48%
G = 18.65%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF487B (or 0xBF487B) is known color: Royal Heath. HEX triplet: BF, 48 and 7B. RGB value is (191,72,123). Sum of RGB (Red+Green+Blue) = 191+72+123=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF487B is #40B784. Grayscale: #717171. Windows color (decimal): -4241285 or 8079551. OLE color: 8079551.

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

Color convert

RGB 191 72 123 -
CMYK 0 0.62 0.36 0.25
HSL 334.29º 0.48% 0.52% -
HSV(B) 334.29º 0.62% 0.75% -
XYZ 27.38 17.14 20.6 -
YUV 113.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 191 72 123 0 0.62 0.36 0.25 334.29 0.48 0.52
Hex BF 48 7B 0 3E 24 19 14E 30 34
Octal 277 110 173 0 76 44 31 516 60 64
Binary 10111111 1001000 1111011 0 111110 100100 11001 101001110 110000 110100

Color Harmonies of #BF487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF487B

Black with #BF487B

Text Example


Text Example

White with #BF487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF487B; }

 p { color: rgb(191,72,123); }

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

background-color css

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

 a { background-color: rgb(191,72,123); }

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

border-color css

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

 span { border-color: rgb(191,72,123); }

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