#BD5267

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

Shades of Blush #BD5267

Tints of Blush #BD5267

Color information

#BD5267 (or 0xBD5267) is unknown color: approx Blush. HEX triplet: BD, 52 and 67. RGB value is (189,82,103). Sum of RGB (Red+Green+Blue) = 189+82+103=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5267 is #42AD98. Grayscale: #747474. Windows color (decimal): -4369817 or 6771389. OLE color: 6771389.

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

Color convert

RGB18982103-
CMYK00.570.460.26
HSL348.22º44.77%53.14%-
HSV(B)348.22º56.61%74.12%-
XYZ26.4517.8314.88-
YUV116.39120.45179.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=50.53%
G=21.93%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898210300.570.460.26348.2244.7753.14
HexBD52670392E1A15c2d35
Octal27512214707156325345565
Binary1011110110100101100111011100110111011010101011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5267; }

 p { color: rgb(189,82,103); }

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

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

 a { background-color: rgb(189,82,103); }

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

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

 span { border-color: rgb(189,82,103); }

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