#BC275A

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

Shades of Old Rose #BC275A

Tints of Old Rose #BC275A

Color information

#BC275A (or 0xBC275A) is unknown color: approx Old Rose. HEX triplet: BC, 27 and 5A. RGB value is (188,39,90). Sum of RGB (Red+Green+Blue) = 188+39+90=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC275A is #43D8A5. Grayscale: #595959. Windows color (decimal): -4446374 or 5908412. OLE color: 5908412.

HSL color Cylindrical-coordinate representation of color #BC275A: hue angle of 339.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC275A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB1883990-
CMYK00.790.520.26
HSL339.46º65.64%44.51%-
HSV(B)339.46º79.26%73.73%-
XYZ23.3112.8810.93-
YUV89.36128.36198.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=59.31%
G=12.30%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188399000.790.520.26339.4665.6444.51
HexBC275A04F341A153422d
Octal274471320117643252310255
Binary10111100100111101101001001111110100110101010100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC275A; }

 p { color: rgb(188,39,90); }

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

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

 a { background-color: rgb(188,39,90); }

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

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

 span { border-color: rgb(188,39,90); }

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