#BD4261

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

Shades of Blush #BD4261

Tints of Blush #BD4261

Color information

#BD4261 (or 0xBD4261) is unknown color: approx Blush. HEX triplet: BD, 42 and 61. RGB value is (189,66,97). Sum of RGB (Red+Green+Blue) = 189+66+97=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4261 is #42BD9E. Grayscale: #6A6A6A. Windows color (decimal): -4373919 or 6374077. OLE color: 6374077.

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

Color convert

RGB1896697-
CMYK00.650.490.26
HSL344.88º48.24%50%-
HSV(B)344.88º65.08%74.12%-
XYZ25.0915.5812.99-
YUV106.31122.75186.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=53.69%
G=18.75%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189669700.650.490.26344.8848.2450
HexBD4261041311A1593032
Octal275102141010161325316062
Binary10111101100001011000010100000111000111010101011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4261; }

 p { color: rgb(189,66,97); }

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

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

 a { background-color: rgb(189,66,97); }

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

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

 span { border-color: rgb(189,66,97); }

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