Html Css Color HEX #BF466F Royal Heath

📋 copy color: '#BF466F'

red 191 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #BF466F

Tints of Royal Heath #BF466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 51.34%
G = 18.82%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF466F (or 0xBF466F) is known color: Royal Heath. HEX triplet: BF, 46 and 6F. RGB value is (191,70,111). Sum of RGB (Red+Green+Blue) = 191+70+111=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF466F is #40B990. Grayscale: #6E6E6E. Windows color (decimal): -4241809 or 7292607. OLE color: 7292607.

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

Color convert

RGB 191 70 111 -
CMYK 0 0.63 0.42 0.25
HSL 339.67º 0.49% 0.51% -
HSV(B) 339.67º 0.63% 0.75% -
XYZ 26.55 16.6 16.84 -
YUV 110.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 191 70 111 0 0.63 0.42 0.25 339.67 0.49 0.51
Hex BF 46 6F 0 3F 2A 19 154 31 33
Octal 277 106 157 0 77 52 31 524 61 63
Binary 10111111 1000110 1101111 0 111111 101010 11001 101010100 110001 110011

Color Harmonies of #BF466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF466F

Black with #BF466F

Text Example


Text Example

White with #BF466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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