#BB394F

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

Shades of Old Rose #BB394F

Tints of Old Rose #BB394F

Color information

#BB394F (or 0xBB394F) is unknown color: approx Old Rose. HEX triplet: BB, 39 and 4F. RGB value is (187,57,79). Sum of RGB (Red+Green+Blue) = 187+57+79=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB394F is #44C6B0. Grayscale: #626262. Windows color (decimal): -4507313 or 5192123. OLE color: 5192123.

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

Color convert

RGB1875779-
CMYK00.700.580.27
HSL349.85º53.28%47.84%-
HSV(B)349.85º69.52%73.33%-
XYZ23.3714.068.88-
YUV98.38117.07191.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=57.89%
G=17.65%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187577900.700.580.27349.8553.2847.84
HexBB394F0463A1B15e3530
Octal27371117010672335366560
Binary1011101111100110011110100011011101011011101011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB394F; }

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

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

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

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

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

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

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

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