#BD445F

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

Shades of Blush #BD445F

Tints of Blush #BD445F

Color information

#BD445F (or 0xBD445F) is unknown color: approx Blush. HEX triplet: BD, 44 and 5F. RGB value is (189,68,95). Sum of RGB (Red+Green+Blue) = 189+68+95=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD445F is #42BBA0. Grayscale: #6B6B6B. Windows color (decimal): -4373409 or 6243517. OLE color: 6243517.

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

Color convert

RGB1896895-
CMYK00.640.500.26
HSL346.61º47.83%50.39%-
HSV(B)346.61º64.02%74.12%-
XYZ25.1215.7812.55-
YUV107.26121.09186.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=53.69%
G=19.32%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189689500.640.500.26346.6147.8350.39
HexBD445F040321A15b3032
Octal275104137010062325336062
Binary10111101100010010111110100000011001011010101011011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD445F; }

 p { color: rgb(189,68,95); }

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

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

 a { background-color: rgb(189,68,95); }

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

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

 span { border-color: rgb(189,68,95); }

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