#BB394A

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

Shades of Old Rose #BB394A

Tints of Old Rose #BB394A

Color information

#BB394A (or 0xBB394A) is unknown color: approx Old Rose. HEX triplet: BB, 39 and 4A. RGB value is (187,57,74). Sum of RGB (Red+Green+Blue) = 187+57+74=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB394A is #44C6B5. Grayscale: #616161. Windows color (decimal): -4507318 or 4864443. OLE color: 4864443.

HSL color Cylindrical-coordinate representation of color #BB394A: hue angle of 352.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB394A is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1875774-
CMYK00.700.600.27
HSL352.15º53.28%47.84%-
HSV(B)352.15º69.52%73.33%-
XYZ23.1913.997.96-
YUV97.81114.57191.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=58.81%
G=17.92%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187577400.700.600.27352.1553.2847.84
HexBB394A0463C1B1603530
Octal27371112010674335406560
Binary1011101111100110010100100011011110011011101100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB394A; }

 p { color: rgb(187,57,74); }

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

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

 a { background-color: rgb(187,57,74); }

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

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

 span { border-color: rgb(187,57,74); }

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