Html Css Color HEX #BF587B Royal Heath

📋 copy color: '#BF587B'

red 191 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #BF587B

Tints of Royal Heath #BF587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

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

R = 47.51%
G = 21.89%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF587B (or 0xBF587B) is known color: Royal Heath. HEX triplet: BF, 58 and 7B. RGB value is (191,88,123). Sum of RGB (Red+Green+Blue) = 191+88+123=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587B is #40A784. Grayscale: #7A7A7A. Windows color (decimal): -4237189 or 8083647. OLE color: 8083647.

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

Color convert

RGB 191 88 123 -
CMYK 0 0.54 0.36 0.25
HSL 339.61º 0.45% 0.55% -
HSV(B) 339.61º 0.54% 0.75% -
XYZ 28.55 19.49 21 -
YUV 122.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 191 88 123 0 0.54 0.36 0.25 339.61 0.45 0.55
Hex BF 58 7B 0 36 24 19 154 2D 37
Octal 277 130 173 0 66 44 31 524 55 67
Binary 10111111 1011000 1111011 0 110110 100100 11001 101010100 101101 110111

Color Harmonies of #BF587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF587B

Black with #BF587B

Text Example


Text Example

White with #BF587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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