#bb254d

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

Shades of Old Rose #BB254D

Tints of Old Rose #BB254D

Color information

#BB254D (or 0xBB254D) is unknown color: approx Old Rose. HEX triplet: BB, 25 and 4D. RGB value is (187,37,77). Sum of RGB (Red+Green+Blue) = 187+37+77=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB254D is #44DAB2. Grayscale: #565656. Windows color (decimal): -4512435 or 5055931. OLE color: 5055931.

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

Color convert

RGB1873777-
CMYK00.800.590.27
HSL344º66.96%43.92%-
HSV(B)344º80.21%73.33%-
XYZ22.4912.428.23-
YUV86.41122.7199.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=62.13%
G=12.29%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187377700.800.590.2734466.9643.92
HexBB254D0503B1B158432c
Octal273451150120733353010354
Binary10111011100101100110101010000111011110111010110001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb254d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb254d; }

 p { color: rgb(187,37,77); }

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

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

 a { background-color: rgb(187,37,77); }

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

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

 span { border-color: rgb(187,37,77); }

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