#BD4F5D

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

Shades of Blush #BD4F5D

Tints of Blush #BD4F5D

Color information

#BD4F5D (or 0xBD4F5D) is unknown color: approx Blush. HEX triplet: BD, 4F and 5D. RGB value is (189,79,93). Sum of RGB (Red+Green+Blue) = 189+79+93=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F5D is #42B0A2. Grayscale: #717171. Windows color (decimal): -4370595 or 6115261. OLE color: 6115261.

HSL color Cylindrical-coordinate representation of color #BD4F5D: hue angle of 352.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F5D is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1897993-
CMYK00.580.510.26
HSL352.36º45.45%52.55%-
HSV(B)352.36º58.2%74.12%-
XYZ25.7617.212.32-
YUV113.49116.44181.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=52.35%
G=21.88%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189799300.580.510.26352.3645.4552.55
HexBD4F5D03A331A1602d35
Octal27511713507263325405565
Binary1011110110011111011101011101011001111010101100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F5D; }

 p { color: rgb(189,79,93); }

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

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

 a { background-color: rgb(189,79,93); }

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

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

 span { border-color: rgb(189,79,93); }

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