#BB254B

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

Shades of Old Rose #BB254B

Tints of Old Rose #BB254B

Color information

#BB254B (or 0xBB254B) is unknown color: approx Old Rose. HEX triplet: BB, 25 and 4B. RGB value is (187,37,75). Sum of RGB (Red+Green+Blue) = 187+37+75=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB254B is #44DAB4. Grayscale: #565656. Windows color (decimal): -4512437 or 4924859. OLE color: 4924859.

HSL color Cylindrical-coordinate representation of color #BB254B: hue angle of 344.8º 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 #BB254B is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1873775-
CMYK00.800.600.27
HSL344.8º66.96%43.92%-
HSV(B)344.8º80.21%73.33%-
XYZ22.4312.47.87-
YUV86.18121.7199.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=62.54%
G=12.37%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187377500.800.600.27344.866.9643.92
HexBB254B0503C1B159432c
Octal273451130120743353110354
Binary10111011100101100101101010000111100110111010110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB254B; }

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

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

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

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

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

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

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

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