#BD5F69

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

Shades of Blush #BD5F69

Tints of Blush #BD5F69

Color information

#BD5F69 (or 0xBD5F69) is unknown color: approx Blush. HEX triplet: BD, 5F and 69. RGB value is (189,95,105). Sum of RGB (Red+Green+Blue) = 189+95+105=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F69 is #42A096. Grayscale: #7C7C7C. Windows color (decimal): -4366487 or 6905789. OLE color: 6905789.

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

Color convert

RGB18995105-
CMYK00.500.440.26
HSL353.62º41.59%55.69%-
HSV(B)353.62º49.74%74.12%-
XYZ27.6320.0215.77-
YUV124.25117.14174.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=48.59%
G=24.42%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899510500.500.440.26353.6241.5955.69
HexBD5F690322C1A1622a38
Octal27513715106254325425270
Binary1011110110111111101001011001010110011010101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F69; }

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

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

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

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

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

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

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

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