#BD385A

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

Shades of Old Rose #BD385A

Tints of Old Rose #BD385A

Color information

#BD385A (or 0xBD385A) is unknown color: approx Old Rose. HEX triplet: BD, 38 and 5A. RGB value is (189,56,90). Sum of RGB (Red+Green+Blue) = 189+56+90=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD385A is #42C7A5. Grayscale: #636363. Windows color (decimal): -4376486 or 5912765. OLE color: 5912765.

HSL color Cylindrical-coordinate representation of color #BD385A: hue angle of 344.66º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD385A is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1895690-
CMYK00.700.520.26
HSL344.66º54.29%48.04%-
HSV(B)344.66º70.37%74.12%-
XYZ24.2514.3911.17-
YUV99.64122.56191.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=56.42%
G=16.72%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189569000.700.520.26344.6654.2948.04
HexBD385A046341A1593630
Octal27570132010664325316660
Binary1011110111100010110100100011011010011010101011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD385A; }

 p { color: rgb(189,56,90); }

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

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

 a { background-color: rgb(189,56,90); }

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

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

 span { border-color: rgb(189,56,90); }

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