#BB2B4B

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

Shades of Old Rose #BB2B4B

Tints of Old Rose #BB2B4B

Color information

#BB2B4B (or 0xBB2B4B) is unknown color: approx Old Rose. HEX triplet: BB, 2B and 4B. RGB value is (187,43,75). Sum of RGB (Red+Green+Blue) = 187+43+75=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B4B is #44D4B4. Grayscale: #595959. Windows color (decimal): -4510901 or 4926395. OLE color: 4926395.

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

Color convert

RGB1874375-
CMYK00.770.600.27
HSL346.67º62.61%45.1%-
HSV(B)346.67º77.01%73.33%-
XYZ22.6312.87.93-
YUV89.7119.71197.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=61.31%
G=14.10%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187437500.770.600.27346.6762.6145.1
HexBB2B4B04D3C1B15b3f2d
Octal27353113011574335337755
Binary1011101110101110010110100110111110011011101011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B4B; }

 p { color: rgb(187,43,75); }

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

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

 a { background-color: rgb(187,43,75); }

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

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

 span { border-color: rgb(187,43,75); }

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