#BD365D

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

Shades of Old Rose #BD365D

Tints of Old Rose #BD365D

Color information

#BD365D (or 0xBD365D) is unknown color: approx Old Rose. HEX triplet: BD, 36 and 5D. RGB value is (189,54,93). Sum of RGB (Red+Green+Blue) = 189+54+93=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD365D is #42C9A2. Grayscale: #626262. Windows color (decimal): -4376995 or 6108861. OLE color: 6108861.

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

Color convert

RGB1895493-
CMYK00.710.510.26
HSL342.67º55.56%47.65%-
HSV(B)342.67º71.43%74.12%-
XYZ24.2814.2511.83-
YUV98.81124.73192.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=56.25%
G=16.07%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189549300.710.510.26342.6755.5647.65
HexBD365D047331A1573830
Octal27566135010763325277060
Binary1011110111011010111010100011111001111010101010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD365D; }

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

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

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

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

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

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

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

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