#BD264C

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

Shades of Old Rose #BD264C

Tints of Old Rose #BD264C

Color information

#BD264C (or 0xBD264C) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 4C. RGB value is (189,38,76). Sum of RGB (Red+Green+Blue) = 189+38+76=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD264C is #42D9B3. Grayscale: #575757. Windows color (decimal): -4381108 or 4990653. OLE color: 4990653.

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

Color convert

RGB1893876-
CMYK00.800.600.26
HSL344.9º66.52%44.51%-
HSV(B)344.9º79.89%74.12%-
XYZ22.9812.738.08-
YUV87.48121.53200.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=62.38%
G=12.54%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189387600.800.600.26344.966.5244.51
HexBD264C0503C1A159432d
Octal275461140120743253110355
Binary10111101100110100110001010000111100110101010110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD264C; }

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

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

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

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

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

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

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

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