Html Css Color HEX #BF497B Royal Heath

📋 copy color: '#BF497B'

red 191 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #BF497B

Tints of Royal Heath #BF497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 49.35%
G = 18.86%
B = 31.78%

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

#BF497B (or 0xBF497B) is known color: Royal Heath. HEX triplet: BF, 49 and 7B. RGB value is (191,73,123). Sum of RGB (Red+Green+Blue) = 191+73+123=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF497B is #40B684. Grayscale: #717171. Windows color (decimal): -4241029 or 8079807. OLE color: 8079807.

HSL color Cylindrical-coordinate representation of color #BF497B: hue angle of 334.58º 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 #BF497B is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 123 -
CMYK 0 0.62 0.36 0.25
HSL 334.58º 0.48% 0.52% -
HSV(B) 334.58º 0.62% 0.75% -
XYZ 27.44 17.27 20.63 -
YUV 113.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 191 73 123 0 0.62 0.36 0.25 334.58 0.48 0.52
Hex BF 49 7B 0 3E 24 19 14F 30 34
Octal 277 111 173 0 76 44 31 517 60 64
Binary 10111111 1001001 1111011 0 111110 100100 11001 101001111 110000 110100

Color Harmonies of #BF497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF497B

Black with #BF497B

Text Example


Text Example

White with #BF497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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