#BD335C

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

Shades of Old Rose #BD335C

Tints of Old Rose #BD335C

Color information

#BD335C (or 0xBD335C) is unknown color: approx Old Rose. HEX triplet: BD, 33 and 5C. RGB value is (189,51,92). Sum of RGB (Red+Green+Blue) = 189+51+92=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD335C is #42CCA3. Grayscale: #606060. Windows color (decimal): -4377764 or 6042557. OLE color: 6042557.

HSL color Cylindrical-coordinate representation of color #BD335C: hue angle of 342.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD335C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1895192-
CMYK00.730.510.26
HSL342.17º57.5%47.06%-
HSV(B)342.17º73.02%74.12%-
XYZ24.113.9611.55-
YUV96.94125.22193.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=56.93%
G=15.36%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189519200.730.510.26342.1757.547.06
HexBD335C049331A1563a2f
Octal27563134011163325267257
Binary1011110111001110111000100100111001111010101010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD335C; }

 p { color: rgb(189,51,92); }

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

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

 a { background-color: rgb(189,51,92); }

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

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

 span { border-color: rgb(189,51,92); }

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