#BD264A

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

Shades of Old Rose #BD264A

Tints of Old Rose #BD264A

Color information

#BD264A (or 0xBD264A) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 4A. RGB value is (189,38,74). Sum of RGB (Red+Green+Blue) = 189+38+74=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD264A is #42D9B5. Grayscale: #575757. Windows color (decimal): -4381110 or 4859581. OLE color: 4859581.

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

Color convert

RGB1893874-
CMYK00.800.610.26
HSL345.7º66.52%44.51%-
HSV(B)345.7º79.89%74.12%-
XYZ22.9212.77.72-
YUV87.25120.53200.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=62.79%
G=12.62%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189387400.800.610.26345.766.5244.51
HexBD264A0503D1A15a432d
Octal275461120120753253210355
Binary10111101100110100101001010000111101110101010110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD264A; }

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

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

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

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

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

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

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

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