#B4285D

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

Shades of Old Rose #B4285D

Tints of Old Rose #B4285D

Color information

#B4285D (or 0xB4285D) is unknown color: approx Old Rose. HEX triplet: B4, 28 and 5D. RGB value is (180,40,93). Sum of RGB (Red+Green+Blue) = 180+40+93=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4285D is #4BD7A2. Grayscale: #575757. Windows color (decimal): -4970403 or 6105268. OLE color: 6105268.

HSL color Cylindrical-coordinate representation of color #B4285D: hue angle of 337.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4285D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1804093-
CMYK00.780.480.29
HSL337.29º63.64%43.14%-
HSV(B)337.29º77.78%70.59%-
XYZ21.5612.0111.54-
YUV87.9130.88193.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=57.51%
G=12.78%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180409300.780.480.29337.2963.6443.14
HexB4285D04E301D151402b
Octal264501350116603552110053
Binary10110100101000101110101001110110000111011010100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4285D; }

 p { color: rgb(180,40,93); }

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

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

 a { background-color: rgb(180,40,93); }

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

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

 span { border-color: rgb(180,40,93); }

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