#BF3469

Color #BF3469 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #BF3469

Tints of Rouge #BF3469

Color information

#BF3469 (or 0xBF3469) is unknown color: approx Rouge. HEX triplet: BF, 34 and 69. RGB value is (191,52,105). Sum of RGB (Red+Green+Blue) = 191+52+105=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3469 is #40CB96. Grayscale: #636363. Windows color (decimal): -4246423 or 6894783. OLE color: 6894783.

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

Color convert

RGB19152105-
CMYK00.730.450.25
HSL337.12º57.2%47.65%-
HSV(B)337.12º72.77%74.9%-
XYZ25.2614.5514.84-
YUV99.6131.05193.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=54.89%
G=14.94%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915210500.730.450.25337.1257.247.65
HexBF34690492D191513930
Octal27764151011155315217160
Binary1011111111010011010010100100110110111001101010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3469; }

 p { color: rgb(191,52,105); }

 H1.HeaderClassName
 {
   color: #BF3469;
 }
 .AnyTagClassName
 {
   color: #BF3469;
 }
</style>
background-color css

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

 a { background-color: rgb(191,52,105); }

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

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

 span { border-color: rgb(191,52,105); }

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