#BD3858

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

Shades of Old Rose #BD3858

Tints of Old Rose #BD3858

Color information

#BD3858 (or 0xBD3858) is unknown color: approx Old Rose. HEX triplet: BD, 38 and 58. RGB value is (189,56,88). Sum of RGB (Red+Green+Blue) = 189+56+88=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3858 is #42C7A7. Grayscale: #636363. Windows color (decimal): -4376488 or 5781693. OLE color: 5781693.

HSL color Cylindrical-coordinate representation of color #BD3858: hue angle of 345.56º 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 #BD3858 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1895688-
CMYK00.700.530.26
HSL345.56º54.29%48.04%-
HSV(B)345.56º70.37%74.12%-
XYZ24.1614.3510.73-
YUV99.42121.56191.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=56.76%
G=16.82%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189568800.700.530.26345.5654.2948.04
HexBD3858046351A15a3630
Octal27570130010665325326660
Binary1011110111100010110000100011011010111010101011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3858; }

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

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

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

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

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

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

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

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