Html Css Color HEX #BF567D Royal Heath

📋 copy color: '#BF567D'

red 191 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #BF567D

Tints of Royal Heath #BF567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.39%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 47.51%
G = 21.39%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF567D (or 0xBF567D) is known color: Royal Heath. HEX triplet: BF, 56 and 7D. RGB value is (191,86,125). Sum of RGB (Red+Green+Blue) = 191+86+125=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF567D is #40A982. Grayscale: #797979. Windows color (decimal): -4237699 or 8214207. OLE color: 8214207.

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

Color convert

RGB 191 86 125 -
CMYK 0 0.55 0.35 0.25
HSL 337.71º 0.45% 0.54% -
HSV(B) 337.71º 0.55% 0.75% -
XYZ 28.52 19.21 21.61 -
YUV 121.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 191 86 125 0 0.55 0.35 0.25 337.71 0.45 0.54
Hex BF 56 7D 0 37 23 19 152 2D 36
Octal 277 126 175 0 67 43 31 522 55 66
Binary 10111111 1010110 1111101 0 110111 100011 11001 101010010 101101 110110

Color Harmonies of #BF567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF567D

Black with #BF567D

Text Example


Text Example

White with #BF567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF567D; }

 p { color: rgb(191,86,125); }

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

background-color css

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

 a { background-color: rgb(191,86,125); }

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

border-color css

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

 span { border-color: rgb(191,86,125); }

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