#BB2E45

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

Shades of Old Rose #BB2E45

Tints of Old Rose #BB2E45

Color information

#BB2E45 (or 0xBB2E45) is unknown color: approx Old Rose. HEX triplet: BB, 2E and 45. RGB value is (187,46,69). Sum of RGB (Red+Green+Blue) = 187+46+69=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E45 is #44D1BA. Grayscale: #5A5A5A. Windows color (decimal): -4510139 or 4533947. OLE color: 4533947.

HSL color Cylindrical-coordinate representation of color #BB2E45: hue angle of 350.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E45 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1874669-
CMYK00.750.630.27
HSL350.21º60.52%45.69%-
HSV(B)350.21º75.4%73.33%-
XYZ22.5412.956.94-
YUV90.78115.71196.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=61.92%
G=15.23%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187466900.750.630.27350.2160.5245.69
HexBB2E4504B3F1B15e3d2e
Octal27356105011377335367556
Binary1011101110111010001010100101111111111011101011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E45; }

 p { color: rgb(187,46,69); }

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

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

 a { background-color: rgb(187,46,69); }

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

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

 span { border-color: rgb(187,46,69); }

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