#bf3269

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

Shades of Rouge #BF3269

Tints of Rouge #BF3269

Color information

#BF3269 (or 0xBF3269) is unknown color: approx Rouge. HEX triplet: BF, 32 and 69. RGB value is (191,50,105). Sum of RGB (Red+Green+Blue) = 191+50+105=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3269 is #40CD96. Grayscale: #626262. Windows color (decimal): -4246935 or 6894271. OLE color: 6894271.

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

Color convert

RGB19150105-
CMYK00.740.450.25
HSL336.6º58.51%47.25%-
HSV(B)336.6º73.82%74.9%-
XYZ25.1814.3814.81-
YUV98.43131.71194.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=55.20%
G=14.45%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915010500.740.450.25336.658.5147.25
HexBF326904A2D191513b2f
Octal27762151011255315217357
Binary1011111111001011010010100101010110111001101010001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3269; }

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

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

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

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

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

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

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

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