#BB3657

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

Shades of Old Rose #BB3657

Tints of Old Rose #BB3657

Color information

#BB3657 (or 0xBB3657) is unknown color: approx Old Rose. HEX triplet: BB, 36 and 57. RGB value is (187,54,87). Sum of RGB (Red+Green+Blue) = 187+54+87=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3657 is #44C9A8. Grayscale: #616161. Windows color (decimal): -4508073 or 5715643. OLE color: 5715643.

HSL color Cylindrical-coordinate representation of color #BB3657: hue angle of 345.11º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3657 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1875487-
CMYK00.710.530.27
HSL345.11º55.19%47.25%-
HSV(B)345.11º71.12%73.33%-
XYZ23.5313.8910.46-
YUV97.53122.06191.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=57.01%
G=16.46%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187548700.710.530.27345.1155.1947.25
HexBB3657047351B159372f
Octal27366127010765335316757
Binary1011101111011010101110100011111010111011101011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3657; }

 p { color: rgb(187,54,87); }

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

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

 a { background-color: rgb(187,54,87); }

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

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

 span { border-color: rgb(187,54,87); }

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