#BF4262

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

Shades of Blush #BF4262

Tints of Blush #BF4262

Color information

#BF4262 (or 0xBF4262) is unknown color: approx Blush. HEX triplet: BF, 42 and 62. RGB value is (191,66,98). Sum of RGB (Red+Green+Blue) = 191+66+98=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4262 is #40BD9D. Grayscale: #6B6B6B. Windows color (decimal): -4242846 or 6439615. OLE color: 6439615.

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

Color convert

RGB1916698-
CMYK00.650.490.25
HSL344.64º49.41%50.39%-
HSV(B)344.64º65.45%74.9%-
XYZ25.6415.8513.26-
YUV107.02122.91187.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=53.80%
G=18.59%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191669800.650.490.25344.6449.4150.39
HexBF426204131191593132
Octal277102142010161315316162
Binary10111111100001011000100100000111000111001101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4262; }

 p { color: rgb(191,66,98); }

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

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

 a { background-color: rgb(191,66,98); }

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

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

 span { border-color: rgb(191,66,98); }

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