Html Css Color HEX #BF467A Royal Heath

📋 copy color: '#BF467A'

red 191 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #BF467A

Tints of Royal Heath #BF467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 49.87%
G = 18.28%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF467A (or 0xBF467A) is known color: Royal Heath. HEX triplet: BF, 46 and 7A. RGB value is (191,70,122). Sum of RGB (Red+Green+Blue) = 191+70+122=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF467A is #40B985. Grayscale: #707070. Windows color (decimal): -4241798 or 8013503. OLE color: 8013503.

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

Color convert

RGB 191 70 122 -
CMYK 0 0.63 0.36 0.25
HSL 334.21º 0.49% 0.51% -
HSV(B) 334.21º 0.63% 0.75% -
XYZ 27.19 16.86 20.23 -
YUV 112.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 191 70 122 0 0.63 0.36 0.25 334.21 0.49 0.51
Hex BF 46 7A 0 3F 24 19 14E 31 33
Octal 277 106 172 0 77 44 31 516 61 63
Binary 10111111 1000110 1111010 0 111111 100100 11001 101001110 110001 110011

Color Harmonies of #BF467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF467A

Black with #BF467A

Text Example


Text Example

White with #BF467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF467A; }

 p { color: rgb(191,70,122); }

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

background-color css

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

 a { background-color: rgb(191,70,122); }

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

border-color css

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

 span { border-color: rgb(191,70,122); }

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