#BB384F

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

Shades of Old Rose #BB384F

Tints of Old Rose #BB384F

Color information

#BB384F (or 0xBB384F) is unknown color: approx Old Rose. HEX triplet: BB, 38 and 4F. RGB value is (187,56,79). Sum of RGB (Red+Green+Blue) = 187+56+79=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB384F is #44C7B0. Grayscale: #616161. Windows color (decimal): -4507569 or 5191867. OLE color: 5191867.

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

Color convert

RGB1875679-
CMYK00.700.580.27
HSL349.47º53.91%47.65%-
HSV(B)349.47º70.05%73.33%-
XYZ23.3213.968.86-
YUV97.79117.4191.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=58.07%
G=17.39%
B=24.53%

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
Decimal187567900.700.580.27349.4753.9147.65
HexBB384F0463A1B15d3630
Octal27370117010672335356660
Binary1011101111100010011110100011011101011011101011101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB384F; }

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

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

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

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

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

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

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

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