#BB3F4B

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

Shades of Old Rose #BB3F4B

Tints of Old Rose #BB3F4B

Color information

#BB3F4B (or 0xBB3F4B) is unknown color: approx Old Rose. HEX triplet: BB, 3F and 4B. RGB value is (187,63,75). Sum of RGB (Red+Green+Blue) = 187+63+75=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F4B is #44C0B4. Grayscale: #656565. Windows color (decimal): -4505781 or 4931515. OLE color: 4931515.

HSL color Cylindrical-coordinate representation of color #BB3F4B: hue angle of 354.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F4B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1876375-
CMYK00.660.600.27
HSL354.19º49.6%49.02%-
HSV(B)354.19º66.31%73.33%-
XYZ23.5414.638.24-
YUV101.44113.08189.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=57.54%
G=19.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187637500.660.600.27354.1949.649.02
HexBB3F4B0423C1B1623231
Octal27377113010274335426261
Binary1011101111111110010110100001011110011011101100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F4B; }

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

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

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

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

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

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

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

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