#BD364C

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

Shades of Old Rose #BD364C

Tints of Old Rose #BD364C

Color information

#BD364C (or 0xBD364C) is unknown color: approx Old Rose. HEX triplet: BD, 36 and 4C. RGB value is (189,54,76). Sum of RGB (Red+Green+Blue) = 189+54+76=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD364C is #42C9B3. Grayscale: #606060. Windows color (decimal): -4377012 or 4994749. OLE color: 4994749.

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

Color convert

RGB1895476-
CMYK00.710.600.26
HSL350.22º55.56%47.65%-
HSV(B)350.22º71.43%74.12%-
XYZ23.6113.988.29-
YUV96.87116.23193.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=59.25%
G=16.93%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189547600.710.600.26350.2255.5647.65
HexBD364C0473C1A15e3830
Octal27566114010774325367060
Binary1011110111011010011000100011111110011010101011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD364C; }

 p { color: rgb(189,54,76); }

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

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

 a { background-color: rgb(189,54,76); }

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

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

 span { border-color: rgb(189,54,76); }

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