#BD364B

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

Shades of Old Rose #BD364B

Tints of Old Rose #BD364B

Color information

#BD364B (or 0xBD364B) is unknown color: approx Old Rose. HEX triplet: BD, 36 and 4B. RGB value is (189,54,75). Sum of RGB (Red+Green+Blue) = 189+54+75=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD364B is #42C9B4. Grayscale: #606060. Windows color (decimal): -4377013 or 4929213. OLE color: 4929213.

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

Color convert

RGB1895475-
CMYK00.710.600.26
HSL350.67º55.56%47.65%-
HSV(B)350.67º71.43%74.12%-
XYZ23.5813.978.11-
YUV96.76115.73193.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=59.43%
G=16.98%
B=23.58%

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
Decimal189547500.710.600.26350.6755.5647.65
HexBD364B0473C1A15f3830
Octal27566113010774325377060
Binary1011110111011010010110100011111110011010101011111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD364B; }

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

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

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

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

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

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

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

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