Html Css Color HEX #BF5B7F Royal Heath

📋 copy color: '#BF5B7F'

red 191 ◦ green 91 ◦ blue 127

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

Shades of Royal Heath #BF5B7F

Tints of Royal Heath #BF5B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

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

R = 46.7%
G = 22.25%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF5B7F (or 0xBF5B7F) is known color: Royal Heath. HEX triplet: BF, 5B and 7F. RGB value is (191,91,127). Sum of RGB (Red+Green+Blue) = 191+91+127=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B7F is #40A480. Grayscale: #7C7C7C. Windows color (decimal): -4236417 or 8346559. OLE color: 8346559.

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

Color convert

RGB 191 91 127 -
CMYK 0 0.52 0.34 0.25
HSL 338.4º 0.44% 0.55% -
HSV(B) 338.4º 0.52% 0.75% -
XYZ 29.06 20.09 22.43 -
YUV 125 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 191 91 127 0 0.52 0.34 0.25 338.4 0.44 0.55
Hex BF 5B 7F 0 34 22 19 152 2C 37
Octal 277 133 177 0 64 42 31 522 54 67
Binary 10111111 1011011 1111111 0 110100 100010 11001 101010010 101100 110111

Color Harmonies of #BF5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B7F

Black with #BF5B7F

Text Example


Text Example

White with #BF5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B7F; }

 p { color: rgb(191,91,127); }

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

background-color css

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

 a { background-color: rgb(191,91,127); }

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

border-color css

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

 span { border-color: rgb(191,91,127); }

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