#BD264E

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

Shades of Old Rose #BD264E

Tints of Old Rose #BD264E

Color information

#BD264E (or 0xBD264E) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 4E. RGB value is (189,38,78). Sum of RGB (Red+Green+Blue) = 189+38+78=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD264E is #42D9B1. Grayscale: #575757. Windows color (decimal): -4381106 or 5121725. OLE color: 5121725.

HSL color Cylindrical-coordinate representation of color #BD264E: hue angle of 344.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD264E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1893878-
CMYK00.800.590.26
HSL344.11º66.52%44.51%-
HSV(B)344.11º79.89%74.12%-
XYZ23.0512.768.45-
YUV87.71122.53200.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=61.97%
G=12.46%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189387800.800.590.26344.1166.5244.51
HexBD264E0503B1A158432d
Octal275461160120733253010355
Binary10111101100110100111001010000111011110101010110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD264E; }

 p { color: rgb(189,38,78); }

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

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

 a { background-color: rgb(189,38,78); }

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

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

 span { border-color: rgb(189,38,78); }

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