Html Css Color HEX #BF466C Royal Heath

📋 copy color: '#BF466C'

red 191 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #BF466C

Tints of Royal Heath #BF466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 51.76%
G = 18.97%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF466C (or 0xBF466C) is known color: Royal Heath. HEX triplet: BF, 46 and 6C. RGB value is (191,70,108). Sum of RGB (Red+Green+Blue) = 191+70+108=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF466C is #40B993. Grayscale: #6E6E6E. Windows color (decimal): -4241812 or 7095999. OLE color: 7095999.

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

Color convert

RGB 191 70 108 -
CMYK 0 0.63 0.43 0.25
HSL 341.16º 0.49% 0.51% -
HSV(B) 341.16º 0.63% 0.75% -
XYZ 26.38 16.54 15.99 -
YUV 110.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 191 70 108 0 0.63 0.43 0.25 341.16 0.49 0.51
Hex BF 46 6C 0 3F 2B 19 155 31 33
Octal 277 106 154 0 77 53 31 525 61 63
Binary 10111111 1000110 1101100 0 111111 101011 11001 101010101 110001 110011

Color Harmonies of #BF466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF466C

Black with #BF466C

Text Example


Text Example

White with #BF466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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