#BD2154

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

Shades of Old Rose #BD2154

Tints of Old Rose #BD2154

Color information

#BD2154 (or 0xBD2154) is unknown color: approx Old Rose. HEX triplet: BD, 21 and 54. RGB value is (189,33,84). Sum of RGB (Red+Green+Blue) = 189+33+84=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2154 is #42DEAB. Grayscale: #555555. Windows color (decimal): -4382380 or 5513661. OLE color: 5513661.

HSL color Cylindrical-coordinate representation of color #BD2154: hue angle of 340.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2154 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1893384-
CMYK00.830.560.26
HSL340.38º70.27%43.53%-
HSV(B)340.38º82.54%74.12%-
XYZ23.1312.559.59-
YUV85.46127.18201.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=61.76%
G=10.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189338400.830.560.26340.3870.2743.53
HexBD2154053381A154462c
Octal275411240123703252410654
Binary10111101100001101010001010011111000110101010101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2154; }

 p { color: rgb(189,33,84); }

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

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

 a { background-color: rgb(189,33,84); }

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

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

 span { border-color: rgb(189,33,84); }

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