#BC254A

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

Shades of Old Rose #BC254A

Tints of Old Rose #BC254A

Color information

#BC254A (or 0xBC254A) is unknown color: approx Old Rose. HEX triplet: BC, 25 and 4A. RGB value is (188,37,74). Sum of RGB (Red+Green+Blue) = 188+37+74=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC254A is #43DAB5. Grayscale: #565656. Windows color (decimal): -4446902 or 4859324. OLE color: 4859324.

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

Color convert

RGB1883774-
CMYK00.800.610.26
HSL345.3º67.11%44.12%-
HSV(B)345.3º80.32%73.73%-
XYZ22.6412.517.7-
YUV86.37121.03200.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=62.88%
G=12.37%
B=24.75%

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
Decimal188377400.800.610.26345.367.1144.12
HexBC254A0503D1A159432c
Octal274451120120753253110354
Binary10111100100101100101001010000111101110101010110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC254A; }

 p { color: rgb(188,37,74); }

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

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

 a { background-color: rgb(188,37,74); }

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

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

 span { border-color: rgb(188,37,74); }

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