#BB384A

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

Shades of Old Rose #BB384A

Tints of Old Rose #BB384A

Color information

#BB384A (or 0xBB384A) is unknown color: approx Old Rose. HEX triplet: BB, 38 and 4A. RGB value is (187,56,74). Sum of RGB (Red+Green+Blue) = 187+56+74=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB384A is #44C7B5. Grayscale: #616161. Windows color (decimal): -4507574 or 4864187. OLE color: 4864187.

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

Color convert

RGB1875674-
CMYK00.700.600.27
HSL351.76º53.91%47.65%-
HSV(B)351.76º70.05%73.33%-
XYZ23.1413.897.94-
YUV97.22114.9192.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=58.99%
G=17.67%
B=23.34%

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
Decimal187567400.700.600.27351.7653.9147.65
HexBB384A0463C1B1603630
Octal27370112010674335406660
Binary1011101111100010010100100011011110011011101100000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB384A; }

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

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

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

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

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

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

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

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