#BD3950

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

Shades of Old Rose #BD3950

Tints of Old Rose #BD3950

Color information

#BD3950 (or 0xBD3950) is unknown color: approx Old Rose. HEX triplet: BD, 39 and 50. RGB value is (189,57,80). Sum of RGB (Red+Green+Blue) = 189+57+80=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3950 is #42C6AF. Grayscale: #636363. Windows color (decimal): -4376240 or 5257661. OLE color: 5257661.

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

Color convert

RGB1895780-
CMYK00.700.580.26
HSL349.55º53.66%48.24%-
HSV(B)349.55º69.84%74.12%-
XYZ23.914.329.09-
YUV99.09117.23192.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=57.98%
G=17.48%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189578000.700.580.26349.5553.6648.24
HexBD39500463A1A15e3630
Octal27571120010672325366660
Binary1011110111100110100000100011011101011010101011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3950; }

 p { color: rgb(189,57,80); }

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

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

 a { background-color: rgb(189,57,80); }

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

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

 span { border-color: rgb(189,57,80); }

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