#bd6065

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

Shades of Blush #BD6065

Tints of Blush #BD6065

Color information

#BD6065 (or 0xBD6065) is unknown color: approx Blush. HEX triplet: BD, 60 and 65. RGB value is (189,96,101). Sum of RGB (Red+Green+Blue) = 189+96+101=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6065 is #429F9A. Grayscale: #7C7C7C. Windows color (decimal): -4366235 or 6643901. OLE color: 6643901.

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

Color convert

RGB18996101-
CMYK00.490.470.26
HSL356.77º41.33%55.88%-
HSV(B)356.77º49.21%74.12%-
XYZ27.5220.1214.75-
YUV124.38114.81174.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=48.96%
G=24.87%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899610100.490.470.26356.7741.3355.88
HexBD60650312F1A1652938
Octal27514014506157325455170
Binary1011110111000001100101011000110111111010101100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6065; }

 p { color: rgb(189,96,101); }

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

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

 a { background-color: rgb(189,96,101); }

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

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

 span { border-color: rgb(189,96,101); }

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